#376042

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

Shades of Hunter Green #376042

Tints of Hunter Green #376042

Color information

#376042 (or 0x376042) is unknown color: approx Hunter Green. HEX triplet: 37, 60 and 42. RGB value is (55,96,66). Sum of RGB (Red+Green+Blue) = 55+96+66=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #376042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376042 is #C89FBD. Grayscale: #505050. Windows color (decimal): -13148094 or 4350007. OLE color: 4350007.

HSL color Cylindrical-coordinate representation of color #376042: hue angle of 136.1º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #376042 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB559666-
CMYK0.4300.310.62
HSL136.1º27.15%29.61%-
HSV(B)136.1º42.71%37.65%-
XYZ6.749.576.65-
YUV80.32119.92109.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.35%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 66 (26.17% from 255) = 30.41%
R=25.35%
G=44.24%
B=30.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5596660.4300.310.62136.127.1529.61
Hex3760422B01F3E881b1e
Octal6714010253037762103336
Binary11011111000001000010101011011111111110100010001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376042; }

 p { color: rgb(55,96,66); }

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

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

 a { background-color: rgb(55,96,66); }

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

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

 span { border-color: rgb(55,96,66); }

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