#164915

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

Shades of Myrtle #164915

Tints of Myrtle #164915

Color information

#164915 (or 0x164915) is unknown color: approx Myrtle. HEX triplet: 16, 49 and 15. RGB value is (22,73,21). Sum of RGB (Red+Green+Blue) = 22+73+21=116 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.97% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #164915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164915 is #E9B6EA. Grayscale: #333333. Windows color (decimal): -15316715 or 1394966. OLE color: 1394966.

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

Color convert

RGB227321-
CMYK0.7000.710.71
HSL118.85º55.32%18.43%-
HSV(B)118.85º71.23%28.63%-
XYZ2.854.991.52-
YUV51.82110.6106.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.97%
GREEN value IS 73 (28.91% from 255) = 62.93%
BLUE value IS 21 (8.59% from 255) = 18.10%
R=18.97%
G=62.93%
B=18.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2273210.7000.710.71118.8555.3218.43
Hex1649154604747773712
Octal261112510601071071676722
Binary101101001001101011000110010001111000111111011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164915; }

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

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

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

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

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

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

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

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