#164514

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

Shades of Myrtle #164514

Tints of Myrtle #164514

Color information

#164514 (or 0x164514) is unknown color: approx Myrtle. HEX triplet: 16, 45 and 14. RGB value is (22,69,20). Sum of RGB (Red+Green+Blue) = 22+69+20=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 69 (27.34% from 255 or 62.16% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 69 - color contains mainly: green. Hex color #164514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164514 is #E9BAEB. Grayscale: #313131. Windows color (decimal): -15317740 or 1328406. OLE color: 1328406.

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

Color convert

RGB226920-
CMYK0.6800.710.73
HSL117.55º55.06%17.45%-
HSV(B)117.55º71.01%27.06%-
XYZ2.594.481.39-
YUV49.36111.43108.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.82%
GREEN value IS 69 (27.34% from 255) = 62.16%
BLUE value IS 20 (8.20% from 255) = 18.02%
R=19.82%
G=62.16%
B=18.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2269200.6800.710.73117.5555.0617.45
Hex1645144404749763711
Octal261052410401071111666721
Binary101101000101101001000100010001111001001111011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164514; }

 p { color: rgb(22,69,20); }

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

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

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

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

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

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

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