Html Css Color HEX #396112 Verdun Green

📋 copy color: '#396112'

red 57 ◦ green 97 ◦ blue 18

#396112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #396112

Tints of Verdun Green #396112

RGB

 RED value IS 57 (22.66% from 255) = 33.14%

 GREEN value IS 97 (38.28% from 255) = 56.4%

 BLUE value IS 18 (7.42% from 255) = 10.47%

R = 33.14%
G = 56.4%
B = 10.47%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#396112 (or 0x396112) is known color: 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

RGB 57 97 18 -
CMYK 0.41 0 0.81 0.62
HSL 90.38º 0.69% 0.23% -
HSV(B) 90.38º 0.81% 0.38% -
XYZ 6.07 9.46 2.08 -
YUV 76.03 95.25 114.42 -
System Red Green Blue C M Y K H S L
Decimal 57 97 18 0.41 0 0.81 0.62 90.38 0.69 0.23
Hex 39 61 12 29 0 51 3E 5A 45 17
Octal 71 141 22 51 0 121 76 132 105 27
Binary 111001 1100001 10010 101001 0 1010001 111110 1011010 1000101 10111

Color Harmonies of #396112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396112

Black with #396112

Text Example


Text Example

White with #396112

Text Example


Text Example

HTML Codes & Css Web 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>