Html Css Color HEX #396011 Verdun Green

📋 copy color: '#396011'

red 57 ◦ green 96 ◦ blue 17

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

Shades of Verdun Green #396011

Tints of Verdun Green #396011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10%

R = 33.53%
G = 56.47%
B = 10%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#396011 (or 0x396011) is known color: Verdun Green. HEX triplet: 39, 60 and 11. RGB value is (57,96,17). Sum of RGB (Red+Green+Blue) = 57+96+17=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #396011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396011 is #C69FEE. Grayscale: #4B4B4B. Windows color (decimal): -13017071 or 1138745. OLE color: 1138745.

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

Color convert

RGB 57 96 17 -
CMYK 0.41 0 0.82 0.62
HSL 89.62º 0.7% 0.22% -
HSV(B) 89.62º 0.82% 0.38% -
XYZ 5.97 9.28 2.01 -
YUV 75.33 95.08 114.92 -
System Red Green Blue C M Y K H S L
Decimal 57 96 17 0.41 0 0.82 0.62 89.62 0.7 0.22
Hex 39 60 11 29 0 52 3E 5A 46 16
Octal 71 140 21 51 0 122 76 132 106 26
Binary 111001 1100000 10001 101001 0 1010010 111110 1011010 1000110 10110

Color Harmonies of #396011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396011

Black with #396011

Text Example


Text Example

White with #396011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396011; }

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

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

background-color css

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

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

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

border-color css

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

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

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