#164F15

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

Shades of Myrtle #164F15

Tints of Myrtle #164F15

Color information

#164F15 (or 0x164F15) is unknown color: approx Myrtle. HEX triplet: 16, 4F and 15. RGB value is (22,79,21). Sum of RGB (Red+Green+Blue) = 22+79+21=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 79 (31.25% from 255 or 64.75% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 79 - color contains mainly: green. Hex color #164F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #164F15 is #E9B0EA. Grayscale: #373737. Windows color (decimal): -15315179 or 1396502. OLE color: 1396502.

HSL color Cylindrical-coordinate representation of color #164F15: hue angle of 118.97º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #164F15 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.

Color convert

RGB227921-
CMYK0.7200.730.69
HSL118.97º58%19.61%-
HSV(B)118.97º73.42%30.98%-
XYZ3.265.821.66-
YUV55.34108.62104.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.03%
GREEN value IS 79 (31.25% from 255) = 64.75%
BLUE value IS 21 (8.59% from 255) = 17.21%
R=18.03%
G=64.75%
B=17.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2279210.7200.730.69118.975819.61
Hex164F154804945773a14
Octal261172511001111051677224
Binary101101001111101011001000010010011000101111011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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