#164616

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

Shades of Myrtle #164616

Tints of Myrtle #164616

Color information

#164616 (or 0x164616) is unknown color: approx Myrtle. HEX triplet: 16, 46 and 16. RGB value is (22,70,22). Sum of RGB (Red+Green+Blue) = 22+70+22=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 70 (27.73% from 255 or 61.40% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 70 - color contains mainly: green. Hex color #164616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164616 is #E9B9E9. Grayscale: #323232. Windows color (decimal): -15317482 or 1459734. OLE color: 1459734.

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

Color convert

RGB227022-
CMYK0.6900.690.73
HSL120º52.17%18.04%-
HSV(B)120º68.57%27.45%-
XYZ2.674.611.51-
YUV50.18112.1107.9-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.30%
GREEN value IS 70 (27.73% from 255) = 61.40%
BLUE value IS 22 (8.98% from 255) = 19.30%
R=19.30%
G=61.40%
B=19.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2270220.6900.690.7312052.1718.04
Hex1646164504549783412
Octal261062610501051111706422
Binary101101000110101101000101010001011001001111100011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164616; }

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

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

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

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

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

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

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

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