#366241

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

Shades of Hunter Green #366241

Tints of Hunter Green #366241

Color information

#366241 (or 0x366241) is unknown color: approx Hunter Green. HEX triplet: 36, 62 and 41. RGB value is (54,98,65). Sum of RGB (Red+Green+Blue) = 54+98+65=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #366241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366241 is #C99DBE. Grayscale: #515151. Windows color (decimal): -13213119 or 4284982. OLE color: 4284982.

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

Color convert

RGB549865-
CMYK0.4500.340.62
HSL135º28.95%29.8%-
HSV(B)135º44.9%38.43%-
XYZ6.849.96.55-
YUV81.08118.92108.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 98 (38.67% from 255) = 45.16%
BLUE value IS 65 (25.78% from 255) = 29.95%
R=24.88%
G=45.16%
B=29.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5498650.4500.340.6213528.9529.8
Hex3662412D0223E871d1e
Octal6614210155042762073536
Binary110110110001010000011011010100010111110100001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366241; }

 p { color: rgb(54,98,65); }

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

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

 a { background-color: rgb(54,98,65); }

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

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

 span { border-color: rgb(54,98,65); }

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