#396009

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

Shades of Verdun Green #396009

Tints of Verdun Green #396009

Color information

#396009 (or 0x396009) is unknown color: approx Verdun Green. HEX triplet: 39, 60 and 09. RGB value is (57,96,9). Sum of RGB (Red+Green+Blue) = 57+96+9=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #396009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396009 is #C69FF6. Grayscale: #4A4A4A. Windows color (decimal): -13017079 or 614457. OLE color: 614457.

HSL color Cylindrical-coordinate representation of color #396009: hue angle of 86.9º 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 #396009 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB57969-
CMYK0.4100.910.62
HSL86.9º82.86%20.59%-
HSV(B)86.9º90.62%37.65%-
XYZ5.929.261.73-
YUV74.4291.08115.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.19%
GREEN value IS 96 (37.89% from 255) = 59.26%
BLUE value IS 9 (3.91% from 255) = 5.56%
R=35.19%
G=59.26%
B=5.56%

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
Decimal579690.4100.910.6286.982.8620.59
Hex396092905B3E575315
Octal71140115101337612712325
Binary11100111000001001101001010110111111101010111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396009; }

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

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

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

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

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

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

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

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