#376041

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

Shades of Hunter Green #376041

Tints of Hunter Green #376041

Color information

#376041 (or 0x376041) is unknown color: approx Hunter Green. HEX triplet: 37, 60 and 41. RGB value is (55,96,65). Sum of RGB (Red+Green+Blue) = 55+96+65=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #376041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376041 is #C89FBE. Grayscale: #505050. Windows color (decimal): -13148095 or 4284471. OLE color: 4284471.

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

Color convert

RGB559665-
CMYK0.4300.320.62
HSL134.63º27.15%29.61%-
HSV(B)134.63º42.71%37.65%-
XYZ6.719.566.49-
YUV80.21119.42110.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.46%
GREEN value IS 96 (37.89% from 255) = 44.44%
BLUE value IS 65 (25.78% from 255) = 30.09%
R=25.46%
G=44.44%
B=30.09%

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
Decimal5596650.4300.320.62134.6327.1529.61
Hex3760412B0203E871b1e
Octal6714010153040762073336
Binary110111110000010000011010110100000111110100001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376041; }

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

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

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

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

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

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

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

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