#16520A

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

Shades of Myrtle #16520A

Tints of Myrtle #16520A

Color information

#16520A (or 0x16520A) is unknown color: approx Myrtle. HEX triplet: 16, 52 and 0A. RGB value is (22,82,10). Sum of RGB (Red+Green+Blue) = 22+82+10=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 82 (32.42% from 255 or 71.93% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 82 - color contains mainly: green. Hex color #16520A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16520A is #E9ADF5. Grayscale: #383838. Windows color (decimal): -15314422 or 676374. OLE color: 676374.

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

Color convert

RGB228210-
CMYK0.7300.880.68
HSL110º78.26%18.04%-
HSV(B)110º87.8%32.16%-
XYZ3.46.231.31-
YUV55.85102.12103.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.30%
GREEN value IS 82 (32.42% from 255) = 71.93%
BLUE value IS 10 (4.30% from 255) = 8.77%
R=19.30%
G=71.93%
B=8.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2282100.7300.880.6811078.2618.04
Hex1652A49058446e4e12
Octal2612212111013010415611622
Binary101101010010101010010010101100010001001101110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16520A; }

 p { color: rgb(22,82,10); }

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

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

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

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

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

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

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