#376142

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

Shades of Hunter Green #376142

Tints of Hunter Green #376142

Color information

#376142 (or 0x376142) is unknown color: approx Hunter Green. HEX triplet: 37, 61 and 42. RGB value is (55,97,66). Sum of RGB (Red+Green+Blue) = 55+97+66=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #376142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376142 is #C89EBD. Grayscale: #505050. Windows color (decimal): -13147838 or 4350263. OLE color: 4350263.

HSL color Cylindrical-coordinate representation of color #376142: hue angle of 135.71º degrees, saturation: 0.28, 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 #376142 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB559766-
CMYK0.4300.320.62
HSL135.71º27.63%29.8%-
HSV(B)135.71º43.3%38.04%-
XYZ6.839.756.68-
YUV80.91119.59109.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 97 (38.28% from 255) = 44.50%
BLUE value IS 66 (26.17% from 255) = 30.28%
R=25.23%
G=44.50%
B=30.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5597660.4300.320.62135.7127.6329.8
Hex3761422B0203E881c1e
Octal6714110253040762103436
Binary110111110000110000101010110100000111110100010001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376142; }

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

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

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

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

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

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

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

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