#16520F

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

Shades of Myrtle #16520F

Tints of Myrtle #16520F

Color information

#16520F (or 0x16520F) is unknown color: approx Myrtle. HEX triplet: 16, 52 and 0F. RGB value is (22,82,15). Sum of RGB (Red+Green+Blue) = 22+82+15=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 82 (32.42% from 255 or 68.91% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 82 - color contains mainly: green. Hex color #16520F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16520F is #E9ADF0. Grayscale: #383838. Windows color (decimal): -15314417 or 1004054. OLE color: 1004054.

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

Color convert

RGB228215-
CMYK0.7300.820.68
HSL113.73º69.07%19.02%-
HSV(B)113.73º81.71%32.16%-
XYZ3.436.241.48-
YUV56.42104.62103.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.49%
GREEN value IS 82 (32.42% from 255) = 68.91%
BLUE value IS 15 (6.25% from 255) = 12.61%
R=18.49%
G=68.91%
B=12.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2282150.7300.820.68113.7369.0719.02
Hex1652F4905244724513
Octal2612217111012210416210523
Binary101101010010111110010010101001010001001110010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16520F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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