#37600A

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

Shades of Verdun Green #37600A

Tints of Verdun Green #37600A

Color information

#37600A (or 0x37600A) is unknown color: approx Verdun Green. HEX triplet: 37, 60 and 0A. RGB value is (55,96,10). Sum of RGB (Red+Green+Blue) = 55+96+10=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 96 (37.89% from 255 or 59.63% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 96 - color contains mainly: green. Hex color #37600A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37600A is #C89FF5. Grayscale: #4A4A4A. Windows color (decimal): -13148150 or 679991. OLE color: 679991.

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

Color convert

RGB559610-
CMYK0.4300.900.62
HSL88.6º81.13%20.78%-
HSV(B)88.6º89.58%37.65%-
XYZ5.819.21.76-
YUV73.9491.92114.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.16%
GREEN value IS 96 (37.89% from 255) = 59.63%
BLUE value IS 10 (4.30% from 255) = 6.21%
R=34.16%
G=59.63%
B=6.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5596100.4300.900.6288.681.1320.78
Hex3760A2B05A3E595115
Octal67140125301327613112125
Binary11011111000001010101011010110101111101011001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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