#16471D

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

Shades of Myrtle #16471D

Tints of Myrtle #16471D

Color information

#16471D (or 0x16471D) is unknown color: approx Myrtle. HEX triplet: 16, 47 and 1D. RGB value is (22,71,29). Sum of RGB (Red+Green+Blue) = 22+71+29=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 71 (28.12% from 255 or 58.20% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 71 - color contains mainly: green. Hex color #16471D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16471D is #E9B8E2. Grayscale: #333333. Windows color (decimal): -15317219 or 1918742. OLE color: 1918742.

HSL color Cylindrical-coordinate representation of color #16471D: hue angle of 128.57º 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 #16471D is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB227129-
CMYK0.6900.590.72
HSL128.57º52.69%18.24%-
HSV(B)128.57º69.01%27.84%-
XYZ2.814.771.93-
YUV51.56115.27106.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.03%
GREEN value IS 71 (28.12% from 255) = 58.20%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=18.03%
G=58.20%
B=23.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2271290.6900.590.72128.5752.6918.24
Hex16471D4503B48813512
Octal26107351050731102016522
Binary101101000111111011000101011101110010001000000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16471D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16471D; }

 p { color: rgb(22,71,29); }

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

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

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

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

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

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

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