#394F09

Color #394F09 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #394F09

Tints of Verdun Green #394F09

Color information

#394F09 (or 0x394F09) is unknown color: approx Verdun Green. HEX triplet: 39, 4F and 09. RGB value is (57,79,9). Sum of RGB (Red+Green+Blue) = 57+79+9=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 79 (31.25% from 255 or 54.48% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 79 - color contains mainly: green. Hex color #394F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394F09 is #C6B0F6. Grayscale: #404040. Windows color (decimal): -13021431 or 610105. OLE color: 610105.

HSL color Cylindrical-coordinate representation of color #394F09: hue angle of 78.86º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #394F09 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB57799-
CMYK0.2800.890.69
HSL78.86º79.55%17.25%-
HSV(B)78.86º88.61%30.98%-
XYZ4.536.481.27-
YUV64.4496.71122.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 39.31%
GREEN value IS 79 (31.25% from 255) = 54.48%
BLUE value IS 9 (3.91% from 255) = 6.21%
R=39.31%
G=54.48%
B=6.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal577990.2800.890.6978.8679.5517.25
Hex394F91C059454f5011
Octal711171134013110511712021
Binary11100110011111001111000101100110001011001111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394F09; }

 p { color: rgb(57,79,9); }

 H1.HeaderClassName
 {
   color: #394F09;
 }
 .AnyTagClassName
 {
   color: #394F09;
 }
</style>
background-color css

<style>
 a { background-color: #394F09; }

 a { background-color: rgb(57,79,9); }

 div.DivClassName
 {
   background-color: #394F09;
 }
 .BgClassName
 {
   background-color: #394F09;
 }
</style>
border-color css

<style>
 span { border-color: #394F09; }

 span { border-color: rgb(57,79,9); }

 td.TdClassName
 {
   border-color: #394F09;
 }
 .TagClassName
 {
   border-color: #394F09;
 }
</style>