#164D15

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

Shades of Myrtle #164D15

Tints of Myrtle #164D15

Color information

#164D15 (or 0x164D15) is unknown color: approx Myrtle. HEX triplet: 16, 4D and 15. RGB value is (22,77,21). Sum of RGB (Red+Green+Blue) = 22+77+21=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 77 (30.47% from 255 or 64.17% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 77 - color contains mainly: green. Hex color #164D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #164D15 is #E9B2EA. Grayscale: #363636. Windows color (decimal): -15315691 or 1395990. OLE color: 1395990.

HSL color Cylindrical-coordinate representation of color #164D15: hue angle of 118.93º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #164D15 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.70.

Color convert

RGB227721-
CMYK0.7100.730.70
HSL118.93º57.14%19.22%-
HSV(B)118.93º72.73%30.2%-
XYZ3.125.531.61-
YUV54.17109.28105.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.33%
GREEN value IS 77 (30.47% from 255) = 64.17%
BLUE value IS 21 (8.59% from 255) = 17.5%
R=18.33%
G=64.17%
B=17.5%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2277210.7100.730.70118.9357.1419.22
Hex164D154704946773913
Octal261152510701111061677123
Binary101101001101101011000111010010011000110111011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164D15; }

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

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

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

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

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

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

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

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