#366042

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

Shades of Hunter Green #366042

Tints of Hunter Green #366042

Color information

#366042 (or 0x366042) is unknown color: approx Hunter Green. HEX triplet: 36, 60 and 42. RGB value is (54,96,66). Sum of RGB (Red+Green+Blue) = 54+96+66=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #366042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366042 is #C99FBD. Grayscale: #505050. Windows color (decimal): -13213630 or 4350006. OLE color: 4350006.

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

Color convert

RGB549666-
CMYK0.4400.310.62
HSL137.14º28%29.41%-
HSV(B)137.14º43.75%37.65%-
XYZ6.699.546.64-
YUV80.02120.09109.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 44.44%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=25%
G=44.44%
B=30.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5496660.4400.310.62137.142829.41
Hex3660422C01F3E891c1d
Octal6614010254037762113435
Binary11011011000001000010101100011111111110100010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366042; }

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

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

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

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

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

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

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

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