#37503A

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

Shades of Hunter Green #37503A

Tints of Hunter Green #37503A

Color information

#37503A (or 0x37503A) is unknown color: approx Hunter Green. HEX triplet: 37, 50 and 3A. RGB value is (55,80,58). Sum of RGB (Red+Green+Blue) = 55+80+58=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 80 - color contains mainly: green. Hex color #37503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37503A is #C8AFC5. Grayscale: #464646. Windows color (decimal): -13152198 or 3821623. OLE color: 3821623.

HSL color Cylindrical-coordinate representation of color #37503A: hue angle of 127.2º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #37503A is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB558058-
CMYK0.3100.280.69
HSL127.2º18.52%26.47%-
HSV(B)127.2º31.25%31.37%-
XYZ5.216.865.05-
YUV70.02121.22117.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.50%
GREEN value IS 80 (31.64% from 255) = 41.45%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=28.50%
G=41.45%
B=30.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5580580.3100.280.69127.218.5226.47
Hex37503A1F01C457f131a
Octal6712072370341051772332
Binary110111101000011101011111011100100010111111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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