#164816

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

Shades of Myrtle #164816

Tints of Myrtle #164816

Color information

#164816 (or 0x164816) is unknown color: approx Myrtle. HEX triplet: 16, 48 and 16. RGB value is (22,72,22). Sum of RGB (Red+Green+Blue) = 22+72+22=116 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.97% from 116); Green value is 72 (28.52% from 255 or 62.07% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 72 - color contains mainly: green. Hex color #164816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164816 is #E9B7E9. Grayscale: #333333. Windows color (decimal): -15316970 or 1460246. OLE color: 1460246.

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

Color convert

RGB227222-
CMYK0.6900.690.72
HSL120º53.19%18.43%-
HSV(B)120º69.44%28.24%-
XYZ2.794.861.55-
YUV51.35111.44107.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.97%
GREEN value IS 72 (28.52% from 255) = 62.07%
BLUE value IS 22 (8.98% from 255) = 18.97%
R=18.97%
G=62.07%
B=18.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2272220.6900.690.7212053.1918.43
Hex1648164504548783512
Octal261102610501051101706522
Binary101101001000101101000101010001011001000111100011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164816; }

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

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

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

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

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

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

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

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