#164815

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

Shades of Myrtle #164815

Tints of Myrtle #164815

Color information

#164815 (or 0x164815) is unknown color: approx Myrtle. HEX triplet: 16, 48 and 15. RGB value is (22,72,21). Sum of RGB (Red+Green+Blue) = 22+72+21=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 72 (28.52% from 255 or 62.61% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 72 - color contains mainly: green. Hex color #164815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164815 is #E9B7EA. Grayscale: #333333. Windows color (decimal): -15316971 or 1394710. OLE color: 1394710.

HSL color Cylindrical-coordinate representation of color #164815: hue angle of 118.82º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164815 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB227221-
CMYK0.6900.710.72
HSL118.82º54.84%18.24%-
HSV(B)118.82º70.83%28.24%-
XYZ2.784.861.5-
YUV51.24110.94107.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.13%
GREEN value IS 72 (28.52% from 255) = 62.61%
BLUE value IS 21 (8.59% from 255) = 18.26%
R=19.13%
G=62.61%
B=18.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2272210.6900.710.72118.8254.8418.24
Hex1648154504748773712
Octal261102510501071101676722
Binary101101001000101011000101010001111001000111011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164815; }

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

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

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

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

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

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

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

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