#161D15

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

Shades of Myrtle #161D15

Tints of Myrtle #161D15

Color information

#161D15 (or 0x161D15) is unknown color: approx Myrtle. HEX triplet: 16, 1D and 15. RGB value is (22,29,21). Sum of RGB (Red+Green+Blue) = 22+29+21=72 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.56% from 72); Green value is 29 (11.72% from 255 or 40.28% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 29 - color contains mainly: green. Hex color #161D15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161D15 is #E9E2EA. Grayscale: #1A1A1A. Windows color (decimal): -15327979 or 1383702. OLE color: 1383702.

HSL color Cylindrical-coordinate representation of color #161D15: hue angle of 112.5º degrees, saturation: 0.16, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #161D15 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.89.

Color convert

RGB222921-
CMYK0.2400.280.89
HSL112.5º16%9.8%-
HSV(B)112.5º27.59%11.37%-
XYZ0.911.10.87-
YUV25.99125.18125.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 30.56%
GREEN value IS 29 (11.72% from 255) = 40.28%
BLUE value IS 21 (8.59% from 255) = 29.17%
R=30.56%
G=40.28%
B=29.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2229210.2400.280.89112.5169.8
Hex161D151801C597010a
Octal263525300341311602012
Binary1011011101101011100001110010110011110000100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161D15; }

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

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

<style>
 a { background-color: #161D15; }

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

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

<style>
 span { border-color: #161D15; }

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

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