#396112

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

Shades of Verdun Green #396112

Tints of Verdun Green #396112

Color information

#396112 (or 0x396112) is unknown color: approx Verdun Green. HEX triplet: 39, 61 and 12. RGB value is (57,97,18). Sum of RGB (Red+Green+Blue) = 57+97+18=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #396112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396112 is #C69EED. Grayscale: #4C4C4C. Windows color (decimal): -13016814 or 1204537. OLE color: 1204537.

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

Color convert

RGB579718-
CMYK0.4100.810.62
HSL90.38º68.7%22.55%-
HSV(B)90.38º81.44%38.04%-
XYZ6.079.462.08-
YUV76.0395.25114.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.14%
GREEN value IS 97 (38.28% from 255) = 56.40%
BLUE value IS 18 (7.42% from 255) = 10.47%
R=33.14%
G=56.40%
B=10.47%

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
Decimal5797180.4100.810.6290.3868.722.55
Hex396112290513E5a4517
Octal71141225101217613210527
Binary111001110000110010101001010100011111101011010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396112; }

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

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

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

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

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

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

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

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