#37580A

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

Shades of Verdun Green #37580A

Tints of Verdun Green #37580A

Color information

#37580A (or 0x37580A) is unknown color: approx Verdun Green. HEX triplet: 37, 58 and 0A. RGB value is (55,88,10). Sum of RGB (Red+Green+Blue) = 55+88+10=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 88 (34.77% from 255 or 57.52% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 88 - color contains mainly: green. Hex color #37580A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37580A is #C8A7F5. Grayscale: #454545. Windows color (decimal): -13150198 or 677943. OLE color: 677943.

HSL color Cylindrical-coordinate representation of color #37580A: hue angle of 85.38º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #37580A is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB558810-
CMYK0.3800.890.65
HSL85.38º79.59%19.22%-
HSV(B)85.38º88.64%34.51%-
XYZ5.127.811.53-
YUV69.2494.57117.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.95%
GREEN value IS 88 (34.77% from 255) = 57.52%
BLUE value IS 10 (4.30% from 255) = 6.54%
R=35.95%
G=57.52%
B=6.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5588100.3800.890.6585.3879.5919.22
Hex3758A2605941555013
Octal671301246013110112512023
Binary110111101100010101001100101100110000011010101101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37580A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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