#37600C

Color #37600C Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #37600C

Tints of Verdun Green #37600C

Color information

#37600C (or 0x37600C) is unknown color: approx 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

RGB559612-
CMYK0.4300.880.62
HSL89.29º77.78%21.18%-
HSV(B)89.29º87.5%37.65%-
XYZ5.829.21.82-
YUV74.1692.92114.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.74%
GREEN value IS 96 (37.89% from 255) = 58.90%
BLUE value IS 12 (5.08% from 255) = 7.36%
R=33.74%
G=58.90%
B=7.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5596120.4300.880.6289.2977.7821.18
Hex3760C2B0583E594e15
Octal67140145301307613111625
Binary11011111000001100101011010110001111101011001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>