#37550A

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

Shades of Verdun Green #37550A

Tints of Verdun Green #37550A

Color information

#37550A (or 0x37550A) is unknown color: approx Verdun Green. HEX triplet: 37, 55 and 0A. RGB value is (55,85,10). Sum of RGB (Red+Green+Blue) = 55+85+10=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #37550A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37550A is #C8AAF5. Grayscale: #434343. Windows color (decimal): -13150966 or 677175. OLE color: 677175.

HSL color Cylindrical-coordinate representation of color #37550A: hue angle of 84º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37550A is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB558510-
CMYK0.3500.880.67
HSL84º78.95%18.63%-
HSV(B)84º88.24%33.33%-
XYZ4.887.331.45-
YUV67.4895.56119.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.67%
GREEN value IS 85 (33.59% from 255) = 56.67%
BLUE value IS 10 (4.30% from 255) = 6.67%
R=36.67%
G=56.67%
B=6.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5585100.3500.880.678478.9518.63
Hex3755A2305843544f13
Octal671251243013010312411723
Binary110111101010110101000110101100010000111010100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37550A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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