#16471B

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

Shades of Myrtle #16471B

Tints of Myrtle #16471B

Color information

#16471B (or 0x16471B) is unknown color: approx Myrtle. HEX triplet: 16, 47 and 1B. RGB value is (22,71,27). Sum of RGB (Red+Green+Blue) = 22+71+27=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #16471B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16471B is #E9B8E4. Grayscale: #333333. Windows color (decimal): -15317221 or 1787670. OLE color: 1787670.

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

Color convert

RGB227127-
CMYK0.6900.620.72
HSL126.12º52.69%18.24%-
HSV(B)126.12º69.01%27.84%-
XYZ2.784.761.81-
YUV51.33114.27107.08-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.33%
GREEN value IS 71 (28.12% from 255) = 59.17%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=18.33%
G=59.17%
B=22.5%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2271270.6900.620.72126.1252.6918.24
Hex16471B4503E487e3512
Octal26107331050761101766522
Binary10110100011111011100010101111101001000111111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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