#366142

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

Shades of Hunter Green #366142

Tints of Hunter Green #366142

Color information

#366142 (or 0x366142) is unknown color: approx Hunter Green. HEX triplet: 36, 61 and 42. RGB value is (54,97,66). Sum of RGB (Red+Green+Blue) = 54+97+66=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #366142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366142 is #C99EBD. Grayscale: #505050. Windows color (decimal): -13213374 or 4350262. OLE color: 4350262.

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

Color convert

RGB549766-
CMYK0.4400.320.62
HSL136.74º28.48%29.61%-
HSV(B)136.74º44.33%38.04%-
XYZ6.789.736.67-
YUV80.61119.75109.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 97 (38.28% from 255) = 44.70%
BLUE value IS 66 (26.17% from 255) = 30.41%
R=24.88%
G=44.70%
B=30.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5497660.4400.320.62136.7428.4829.61
Hex3661422C0203E891c1e
Octal6614110254040762113436
Binary110110110000110000101011000100000111110100010011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366142; }

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

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

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

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

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

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

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

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