#366240

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

Shades of Hunter Green #366240

Tints of Hunter Green #366240

Color information

#366240 (or 0x366240) is unknown color: approx Hunter Green. HEX triplet: 36, 62 and 40. RGB value is (54,98,64). Sum of RGB (Red+Green+Blue) = 54+98+64=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #366240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366240 is #C99DBF. Grayscale: #515151. Windows color (decimal): -13213120 or 4219446. OLE color: 4219446.

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

Color convert

RGB549864-
CMYK0.4500.350.62
HSL133.64º28.95%29.8%-
HSV(B)133.64º44.9%38.43%-
XYZ6.819.896.4-
YUV80.97118.42108.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 98 (38.67% from 255) = 45.37%
BLUE value IS 64 (25.39% from 255) = 29.63%
R=25%
G=45.37%
B=29.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5498640.4500.350.62133.6428.9529.8
Hex3662402D0233E861d1e
Octal6614210055043762063536
Binary110110110001010000001011010100011111110100001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366240; }

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

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

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

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

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

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

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

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