#164416

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

Shades of Myrtle #164416

Tints of Myrtle #164416

Color information

#164416 (or 0x164416) is unknown color: approx Myrtle. HEX triplet: 16, 44 and 16. RGB value is (22,68,22). Sum of RGB (Red+Green+Blue) = 22+68+22=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 68 (26.95% from 255 or 60.71% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 68 - color contains mainly: green. Hex color #164416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164416 is #E9BBE9. Grayscale: #313131. Windows color (decimal): -15317994 or 1459222. OLE color: 1459222.

HSL color Cylindrical-coordinate representation of color #164416: hue angle of 120º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #164416 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB226822-
CMYK0.6800.680.73
HSL120º51.11%17.65%-
HSV(B)120º67.65%26.67%-
XYZ2.544.361.47-
YUV49112.76108.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.64%
GREEN value IS 68 (26.95% from 255) = 60.71%
BLUE value IS 22 (8.98% from 255) = 19.64%
R=19.64%
G=60.71%
B=19.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2268220.6800.680.7312051.1117.65
Hex1644164404449783312
Octal261042610401041111706322
Binary101101000100101101000100010001001001001111100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164416; }

 p { color: rgb(22,68,22); }

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

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

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

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

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

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

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