#163216

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

Shades of Myrtle #163216

Tints of Myrtle #163216

Color information

#163216 (or 0x163216) is unknown color: approx Myrtle. HEX triplet: 16, 32 and 16. RGB value is (22,50,22). Sum of RGB (Red+Green+Blue) = 22+50+22=94 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.40% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #163216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163216 is #E9CDE9. Grayscale: #262626. Windows color (decimal): -15322602 or 1454614. OLE color: 1454614.

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

Color convert

RGB225022-
CMYK0.5600.560.80
HSL120º38.89%14.12%-
HSV(B)120º56%19.61%-
XYZ1.622.511.16-
YUV38.44118.72116.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 23.40%
GREEN value IS 50 (19.92% from 255) = 53.19%
BLUE value IS 22 (8.98% from 255) = 23.40%
R=23.40%
G=53.19%
B=23.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2250220.5600.560.8012038.8914.12
Hex16321638038507827e
Octal266226700701201704716
Binary10110110010101101110000111000101000011110001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163216; }

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

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

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

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

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

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

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

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