#164215

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

Shades of Myrtle #164215

Tints of Myrtle #164215

Color information

#164215 (or 0x164215) is unknown color: approx Myrtle. HEX triplet: 16, 42 and 15. RGB value is (22,66,21). Sum of RGB (Red+Green+Blue) = 22+66+21=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 66 (26.17% from 255 or 60.55% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 66 - color contains mainly: green. Hex color #164215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164215 is #E9BDEA. Grayscale: #2F2F2F. Windows color (decimal): -15318507 or 1393174. OLE color: 1393174.

HSL color Cylindrical-coordinate representation of color #164215: hue angle of 118.67º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #164215 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.74.

Color convert

RGB226621-
CMYK0.6700.680.74
HSL118.67º51.72%17.06%-
HSV(B)118.67º68.18%25.88%-
XYZ2.414.121.38-
YUV47.71112.92109.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.18%
GREEN value IS 66 (26.17% from 255) = 60.55%
BLUE value IS 21 (8.59% from 255) = 19.27%
R=20.18%
G=60.55%
B=19.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2266210.6700.680.74118.6751.7217.06
Hex164215430444A773411
Octal261022510301041121676421
Binary101101000010101011000011010001001001010111011111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164215; }

 p { color: rgb(22,66,21); }

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

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

 a { background-color: rgb(22,66,21); }

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

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

 span { border-color: rgb(22,66,21); }

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