#37560C

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

Shades of Verdun Green #37560C

Tints of Verdun Green #37560C

Color information

#37560C (or 0x37560C) is unknown color: approx Verdun Green. HEX triplet: 37, 56 and 0C. RGB value is (55,86,12). Sum of RGB (Red+Green+Blue) = 55+86+12=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 86 (33.98% from 255 or 56.21% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 86 - color contains mainly: green. Hex color #37560C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37560C is #C8A9F3. Grayscale: #444444. Windows color (decimal): -13150708 or 808503. OLE color: 808503.

HSL color Cylindrical-coordinate representation of color #37560C: hue angle of 85.14º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #37560C is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB558612-
CMYK0.3600.860.66
HSL85.14º75.51%19.22%-
HSV(B)85.14º86.05%33.73%-
XYZ4.977.491.53-
YUV68.2996.23118.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.95%
GREEN value IS 86 (33.98% from 255) = 56.21%
BLUE value IS 12 (5.08% from 255) = 7.84%
R=35.95%
G=56.21%
B=7.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5586120.3600.860.6685.1475.5119.22
Hex3756C2405642554c13
Octal671261444012610212511423
Binary110111101011011001001000101011010000101010101100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37560C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37560C;
 }
 .AnyTagClassName
 {
   color: #37560C;
 }
</style>
background-color css

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

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

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

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

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

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