Html Css Color HEX #37600C Verdun Green

📋 copy color: '#37600C'

red 55 ◦ green 96 ◦ blue 12

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

Shades of Verdun Green #37600C

Tints of Verdun Green #37600C

RGB

 RED value IS 55 (21.88% from 255) = 33.74%

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

 BLUE value IS 12 (5.08% from 255) = 7.36%

R = 33.74%
G = 58.9%
B = 7.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#37600C (or 0x37600C) is known color: Verdun Green. HEX triplet: 37, 60 and 0C. RGB value is (55,96,12). Sum of RGB (Red+Green+Blue) = 55+96+12=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #37600C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37600C is #C89FF3. Grayscale: #4A4A4A. Windows color (decimal): -13148148 or 811063. OLE color: 811063.

HSL color Cylindrical-coordinate representation of color #37600C: hue angle of 89.29º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37600C is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 96 12 -
CMYK 0.43 0 0.88 0.62
HSL 89.29º 0.78% 0.21% -
HSV(B) 89.29º 0.88% 0.38% -
XYZ 5.82 9.2 1.82 -
YUV 74.17 92.92 114.33 -
System Red Green Blue C M Y K H S L
Decimal 55 96 12 0.43 0 0.88 0.62 89.29 0.78 0.21
Hex 37 60 C 2B 0 58 3E 59 4E 15
Octal 67 140 14 53 0 130 76 131 116 25
Binary 110111 1100000 1100 101011 0 1011000 111110 1011001 1001110 10101

Color Harmonies of #37600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37600C

Black with #37600C

Text Example


Text Example

White with #37600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37600C; }

 p { color: rgb(55,96,12); }

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

background-color css

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

 a { background-color: rgb(55,96,12); }

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

border-color css

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

 span { border-color: rgb(55,96,12); }

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