Html Css Color HEX #396008 Verdun Green

📋 copy color: '#396008'

red 57 ◦ green 96 ◦ blue 8

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

Shades of Verdun Green #396008

Tints of Verdun Green #396008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 59.63%

 BLUE value IS 8 (3.52% from 255) = 4.97%

R = 35.4%
G = 59.63%
B = 4.97%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#396008 (or 0x396008) is known color: Verdun Green. HEX triplet: 39, 60 and 08. RGB value is (57,96,8). Sum of RGB (Red+Green+Blue) = 57+96+8=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 96 (37.89% from 255 or 59.63% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 96 - color contains mainly: green. Hex color #396008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396008 is #C69FF7. Grayscale: #4A4A4A. Windows color (decimal): -13017080 or 548921. OLE color: 548921.

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

Color convert

RGB 57 96 8 -
CMYK 0.41 0 0.92 0.62
HSL 86.59º 0.85% 0.2% -
HSV(B) 86.59º 0.92% 0.38% -
XYZ 5.91 9.25 1.7 -
YUV 74.31 90.58 115.66 -
System Red Green Blue C M Y K H S L
Decimal 57 96 8 0.41 0 0.92 0.62 86.59 0.85 0.2
Hex 39 60 8 29 0 5C 3E 57 55 14
Octal 71 140 10 51 0 134 76 127 125 24
Binary 111001 1100000 1000 101001 0 1011100 111110 1010111 1010101 10100

Color Harmonies of #396008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396008

Black with #396008

Text Example


Text Example

White with #396008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396008; }

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

 H1.HeaderClassName
 {
   color: #396008;
 }
 .AnyTagClassName
 {
   color: #396008;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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