#366342

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

Shades of Hunter Green #366342

Tints of Hunter Green #366342

Color information

#366342 (or 0x366342) is unknown color: approx Hunter Green. HEX triplet: 36, 63 and 42. RGB value is (54,99,66). Sum of RGB (Red+Green+Blue) = 54+99+66=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #366342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366342 is #C99CBD. Grayscale: #515151. Windows color (decimal): -13212862 or 4350774. OLE color: 4350774.

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

Color convert

RGB549966-
CMYK0.4500.330.61
HSL136º29.41%30%-
HSV(B)136º45.45%38.82%-
XYZ6.9710.16.74-
YUV81.78119.09108.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 66 (26.17% from 255) = 30.14%
R=24.66%
G=45.21%
B=30.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5499660.4500.330.6113629.4130
Hex3663422D0213D881d1e
Octal6614310255041752103536
Binary110110110001110000101011010100001111101100010001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366342; }

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

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

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

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

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

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

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

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