#396007

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

Shades of Verdun Green #396007

Tints of Verdun Green #396007

Color information

#396007 (or 0x396007) is unknown color: approx Verdun Green. HEX triplet: 39, 60 and 07. RGB value is (57,96,7). Sum of RGB (Red+Green+Blue) = 57+96+7=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 96 (37.89% from 255 or 60% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 96 - color contains mainly: green. Hex color #396007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396007 is #C69FF8. Grayscale: #4A4A4A. Windows color (decimal): -13017081 or 483385. OLE color: 483385.

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

Color convert

RGB57967-
CMYK0.4100.930.62
HSL86.29º86.41%20.2%-
HSV(B)86.29º92.71%37.65%-
XYZ5.919.251.68-
YUV74.1990.08115.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.62%
GREEN value IS 96 (37.89% from 255) = 60%
BLUE value IS 7 (3.12% from 255) = 4.38%
R=35.62%
G=60%
B=4.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal579670.4100.930.6286.2986.4120.2
Hex396072905D3E565614
Octal7114075101357612612624
Binary1110011100000111101001010111011111101010110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396007; }

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

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

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

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

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

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

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

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