#16550E

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

Shades of Myrtle #16550E

Tints of Myrtle #16550E

Color information

#16550E (or 0x16550E) is unknown color: approx Myrtle. HEX triplet: 16, 55 and 0E. RGB value is (22,85,14). Sum of RGB (Red+Green+Blue) = 22+85+14=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 85 (33.59% from 255 or 70.25% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 85 - color contains mainly: green. Hex color #16550E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16550E is #E9AAF1. Grayscale: #3A3A3A. Windows color (decimal): -15313650 or 939286. OLE color: 939286.

HSL color Cylindrical-coordinate representation of color #16550E: hue angle of 113.24º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16550E is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB228514-
CMYK0.7400.840.67
HSL113.24º71.72%19.41%-
HSV(B)113.24º83.53%33.33%-
XYZ3.666.71.52-
YUV58.07103.13102.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.18%
GREEN value IS 85 (33.59% from 255) = 70.25%
BLUE value IS 14 (5.86% from 255) = 11.57%
R=18.18%
G=70.25%
B=11.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2285140.7400.840.67113.2471.7219.41
Hex1655E4A05443714813
Octal2612516112012410316111023
Binary101101010101111010010100101010010000111110001100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16550E; }

 p { color: rgb(22,85,14); }

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

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

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

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

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

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

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