#163213

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

Shades of Myrtle #163213

Tints of Myrtle #163213

Color information

#163213 (or 0x163213) is unknown color: approx Myrtle. HEX triplet: 16, 32 and 13. RGB value is (22,50,19). Sum of RGB (Red+Green+Blue) = 22+50+19=91 (12% of max value = 765). Red value is 22 (8.98% from 255 or 24.18% from 91); Green value is 50 (19.92% from 255 or 54.95% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 50 - color contains mainly: green. Hex color #163213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163213 is #E9CDEC. Grayscale: #262626. Windows color (decimal): -15322605 or 1258006. OLE color: 1258006.

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

Color convert

RGB225019-
CMYK0.5600.620.80
HSL114.19º44.93%13.53%-
HSV(B)114.19º62%19.61%-
XYZ1.592.51.01-
YUV38.09117.22116.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 24.18%
GREEN value IS 50 (19.92% from 255) = 54.95%
BLUE value IS 19 (7.81% from 255) = 20.88%
R=24.18%
G=54.95%
B=20.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2250190.5600.620.80114.1944.9313.53
Hex1632133803E50722de
Octal266223700761201625516
Binary10110110010100111110000111110101000011100101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163213; }

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

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

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

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

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

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

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

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