Html Css Color HEX #396110 Verdun Green

📋 copy color: '#396110'

red 57 ◦ green 97 ◦ blue 16

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

Shades of Verdun Green #396110

Tints of Verdun Green #396110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.41%

R = 33.53%
G = 57.06%
B = 9.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#396110 (or 0x396110) is known color: Verdun Green. HEX triplet: 39, 61 and 10. RGB value is (57,97,16). Sum of RGB (Red+Green+Blue) = 57+97+16=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #396110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396110 is #C69EEF. Grayscale: #4C4C4C. Windows color (decimal): -13016816 or 1073465. OLE color: 1073465.

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

Color convert

RGB 57 97 16 -
CMYK 0.41 0 0.84 0.62
HSL 89.63º 0.72% 0.22% -
HSV(B) 89.63º 0.84% 0.38% -
XYZ 6.06 9.46 2 -
YUV 75.81 94.25 114.59 -
System Red Green Blue C M Y K H S L
Decimal 57 97 16 0.41 0 0.84 0.62 89.63 0.72 0.22
Hex 39 61 10 29 0 54 3E 5A 48 16
Octal 71 141 20 51 0 124 76 132 110 26
Binary 111001 1100001 10000 101001 0 1010100 111110 1011010 1001000 10110

Color Harmonies of #396110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396110

Black with #396110

Text Example


Text Example

White with #396110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396110; }

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

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

background-color css

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

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

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

border-color css

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

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

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