#16471C

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

Shades of Myrtle #16471C

Tints of Myrtle #16471C

Color information

#16471C (or 0x16471C) is unknown color: approx Myrtle. HEX triplet: 16, 47 and 1C. RGB value is (22,71,28). Sum of RGB (Red+Green+Blue) = 22+71+28=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #16471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16471C is #E9B8E3. Grayscale: #333333. Windows color (decimal): -15317220 or 1853206. OLE color: 1853206.

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

Color convert

RGB227128-
CMYK0.6900.610.72
HSL127.35º52.69%18.24%-
HSV(B)127.35º69.01%27.84%-
XYZ2.794.761.87-
YUV51.45114.77107-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.18%
GREEN value IS 71 (28.12% from 255) = 58.68%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=18.18%
G=58.68%
B=23.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2271280.6900.610.72127.3552.6918.24
Hex16471C4503D487f3512
Octal26107341050751101776522
Binary10110100011111100100010101111011001000111111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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