#366040

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

Shades of Hunter Green #366040

Tints of Hunter Green #366040

Color information

#366040 (or 0x366040) is unknown color: approx Hunter Green. HEX triplet: 36, 60 and 40. RGB value is (54,96,64). Sum of RGB (Red+Green+Blue) = 54+96+64=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #366040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366040 is #C99FBF. Grayscale: #4F4F4F. Windows color (decimal): -13213632 or 4218934. OLE color: 4218934.

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

Color convert

RGB549664-
CMYK0.4400.330.62
HSL134.29º28%29.41%-
HSV(B)134.29º43.75%37.65%-
XYZ6.639.526.34-
YUV79.79119.09109.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.23%
GREEN value IS 96 (37.89% from 255) = 44.86%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=25.23%
G=44.86%
B=29.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5496640.4400.330.62134.292829.41
Hex3660402C0213E861c1d
Octal6614010054041762063435
Binary110110110000010000001011000100001111110100001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366040; }

 p { color: rgb(54,96,64); }

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

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

 a { background-color: rgb(54,96,64); }

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

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

 span { border-color: rgb(54,96,64); }

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