#163215

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

Shades of Myrtle #163215

Tints of Myrtle #163215

Color information

#163215 (or 0x163215) is unknown color: approx Myrtle. HEX triplet: 16, 32 and 15. RGB value is (22,50,21). Sum of RGB (Red+Green+Blue) = 22+50+21=93 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.66% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #163215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163215 is #E9CDEA. Grayscale: #262626. Windows color (decimal): -15322603 or 1389078. OLE color: 1389078.

HSL color Cylindrical-coordinate representation of color #163215: hue angle of 117.93º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #163215 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB225021-
CMYK0.5600.580.80
HSL117.93º40.85%13.92%-
HSV(B)117.93º58%19.61%-
XYZ1.612.511.11-
YUV38.32118.22116.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 23.66%
GREEN value IS 50 (19.92% from 255) = 53.76%
BLUE value IS 21 (8.59% from 255) = 22.58%
R=23.66%
G=53.76%
B=22.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2250210.5600.580.80117.9340.8513.92
Hex1632153803A507629e
Octal266225700721201665116
Binary10110110010101011110000111010101000011101101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163215; }

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

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

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

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

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

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

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

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