#37500D

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

Shades of Verdun Green #37500D

Tints of Verdun Green #37500D

Color information

#37500D (or 0x37500D) is unknown color: approx Verdun Green. HEX triplet: 37, 50 and 0D. RGB value is (55,80,13). Sum of RGB (Red+Green+Blue) = 55+80+13=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 80 (31.64% from 255 or 54.05% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 80 - color contains mainly: green. Hex color #37500D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37500D is #C8AFF2. Grayscale: #414141. Windows color (decimal): -13152243 or 872503. OLE color: 872503.

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

Color convert

RGB558013-
CMYK0.3100.840.69
HSL82.39º72.04%18.24%-
HSV(B)82.39º83.75%31.37%-
XYZ4.526.581.41-
YUV64.8998.72120.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.16%
GREEN value IS 80 (31.64% from 255) = 54.05%
BLUE value IS 13 (5.47% from 255) = 8.78%
R=37.16%
G=54.05%
B=8.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5580130.3100.840.6982.3972.0418.24
Hex3750D1F05445524812
Octal671201537012410512211022
Binary11011110100001101111110101010010001011010010100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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