#16471A

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

Shades of Myrtle #16471A

Tints of Myrtle #16471A

Color information

#16471A (or 0x16471A) is unknown color: approx Myrtle. HEX triplet: 16, 47 and 1A. RGB value is (22,71,26). Sum of RGB (Red+Green+Blue) = 22+71+26=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #16471A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16471A is #E9B8E5. Grayscale: #333333. Windows color (decimal): -15317222 or 1722134. OLE color: 1722134.

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

Color convert

RGB227126-
CMYK0.6900.630.72
HSL124.9º52.69%18.24%-
HSV(B)124.9º69.01%27.84%-
XYZ2.774.751.75-
YUV51.22113.77107.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.49%
GREEN value IS 71 (28.12% from 255) = 59.66%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=18.49%
G=59.66%
B=21.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2271260.6900.630.72124.952.6918.24
Hex16471A4503F487d3512
Octal26107321050771101756522
Binary10110100011111010100010101111111001000111110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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