#37500A

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

Shades of Verdun Green #37500A

Tints of Verdun Green #37500A

Color information

#37500A (or 0x37500A) is unknown color: approx Verdun Green. HEX triplet: 37, 50 and 0A. RGB value is (55,80,10). Sum of RGB (Red+Green+Blue) = 55+80+10=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #37500A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37500A is #C8AFF5. Grayscale: #404040. Windows color (decimal): -13152246 or 675895. OLE color: 675895.

HSL color Cylindrical-coordinate representation of color #37500A: hue angle of 81.43º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37500A is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB558010-
CMYK0.3100.870.69
HSL81.43º77.78%17.65%-
HSV(B)81.43º87.5%31.37%-
XYZ4.56.571.32-
YUV64.5497.22121.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 80 (31.64% from 255) = 55.17%
BLUE value IS 10 (4.30% from 255) = 6.90%
R=37.93%
G=55.17%
B=6.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5580100.3100.870.6981.4377.7817.65
Hex3750A1F05745514e12
Octal671201237012710512111622
Binary11011110100001010111110101011110001011010001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37500A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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