#163211

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

Shades of Myrtle #163211

Tints of Myrtle #163211

Color information

#163211 (or 0x163211) is unknown color: approx Myrtle. HEX triplet: 16, 32 and 11. RGB value is (22,50,17). Sum of RGB (Red+Green+Blue) = 22+50+17=89 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.72% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #163211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163211 is #E9CDEE. Grayscale: #252525. Windows color (decimal): -15322607 or 1126934. OLE color: 1126934.

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

Color convert

RGB225017-
CMYK0.5600.660.80
HSL110.91º49.25%13.14%-
HSV(B)110.91º66%19.61%-
XYZ1.572.490.93-
YUV37.87116.22116.68-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 24.72%
GREEN value IS 50 (19.92% from 255) = 56.18%
BLUE value IS 17 (7.03% from 255) = 19.10%
R=24.72%
G=56.18%
B=19.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2250170.5600.660.80110.9149.2513.14
Hex16321138042506f31d
Octal2662217001021201576115
Binary101101100101000111100001000010101000011011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163211; }

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

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

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

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

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

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

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

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