#396109

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

Shades of Verdun Green #396109

Tints of Verdun Green #396109

Color information

#396109 (or 0x396109) is unknown color: approx Verdun Green. HEX triplet: 39, 61 and 09. RGB value is (57,97,9). Sum of RGB (Red+Green+Blue) = 57+97+9=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 97 (38.28% from 255 or 59.51% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 97 - color contains mainly: green. Hex color #396109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396109 is #C69EF6. Grayscale: #4B4B4B. Windows color (decimal): -13016823 or 614713. OLE color: 614713.

HSL color Cylindrical-coordinate representation of color #396109: hue angle of 87.27º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #396109 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB57979-
CMYK0.4100.910.62
HSL87.27º83.02%20.78%-
HSV(B)87.27º90.72%38.04%-
XYZ6.019.441.76-
YUV75.0190.75115.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.97%
GREEN value IS 97 (38.28% from 255) = 59.51%
BLUE value IS 9 (3.91% from 255) = 5.52%
R=34.97%
G=59.51%
B=5.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal579790.4100.910.6287.2783.0220.78
Hex396192905B3E575315
Octal71141115101337612712325
Binary11100111000011001101001010110111111101010111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396109; }

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

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

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

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

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

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

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

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