#161E15

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

Shades of Myrtle #161E15

Tints of Myrtle #161E15

Color information

#161E15 (or 0x161E15) is unknown color: approx Myrtle. HEX triplet: 16, 1E and 15. RGB value is (22,30,21). Sum of RGB (Red+Green+Blue) = 22+30+21=73 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.14% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 30 - color contains mainly: green. Hex color #161E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161E15 is #E9E1EA. Grayscale: #1A1A1A. Windows color (decimal): -15327723 or 1383958. OLE color: 1383958.

HSL color Cylindrical-coordinate representation of color #161E15: hue angle of 113.33º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #161E15 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.88.

Color convert

RGB223021-
CMYK0.2700.300.88
HSL113.33º17.65%10%-
HSV(B)113.33º30%11.76%-
XYZ0.931.150.88-
YUV26.58124.85124.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 30.14%
GREEN value IS 30 (12.11% from 255) = 41.10%
BLUE value IS 21 (8.59% from 255) = 28.77%
R=30.14%
G=41.10%
B=28.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2230210.2700.300.88113.3317.6510
Hex161E151B01E587112a
Octal263625330361301612212
Binary1011011110101011101101111010110001110001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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