#396012

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

Shades of Verdun Green #396012

Tints of Verdun Green #396012

Color information

#396012 (or 0x396012) is unknown color: approx Verdun Green. HEX triplet: 39, 60 and 12. RGB value is (57,96,18). Sum of RGB (Red+Green+Blue) = 57+96+18=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #396012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396012 is #C69FED. Grayscale: #4B4B4B. Windows color (decimal): -13017070 or 1204281. OLE color: 1204281.

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

Color convert

RGB579618-
CMYK0.4100.810.62
HSL90º68.42%22.35%-
HSV(B)90º81.25%37.65%-
XYZ5.989.282.05-
YUV75.4595.58114.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.33%
GREEN value IS 96 (37.89% from 255) = 56.14%
BLUE value IS 18 (7.42% from 255) = 10.53%
R=33.33%
G=56.14%
B=10.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796180.4100.810.629068.4222.35
Hex396012290513E5a4416
Octal71140225101217613210426
Binary111001110000010010101001010100011111101011010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396012; }

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

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

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

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

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

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

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

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