#11220D

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

Shades of Myrtle #11220D

Tints of Myrtle #11220D

Color information

#11220D (or 0x11220D) is unknown color: approx Myrtle. HEX triplet: 11, 22 and 0D. RGB value is (17,34,13). Sum of RGB (Red+Green+Blue) = 17+34+13=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 34 (13.67% from 255 or 53.12% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 34 - color contains mainly: green. Hex color #11220D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11220D is #EEDDF2. Grayscale: #1A1A1A. Windows color (decimal): -15654387 or 860689. OLE color: 860689.

HSL color Cylindrical-coordinate representation of color #11220D: hue angle of 108.57º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #11220D is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.87.

Color convert

RGB173413-
CMYK0.5000.620.87
HSL108.57º44.68%9.22%-
HSV(B)108.57º61.76%13.33%-
XYZ0.881.290.58-
YUV26.52120.37121.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.56%
GREEN value IS 34 (13.67% from 255) = 53.12%
BLUE value IS 13 (5.47% from 255) = 20.31%
R=26.56%
G=53.12%
B=20.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1734130.5000.620.87108.5744.689.22
Hex1122D3203E576d2d9
Octal214215620761271555511
Binary1000110001011011100100111110101011111011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11220D; }

 p { color: rgb(17,34,13); }

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

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

 a { background-color: rgb(17,34,13); }

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

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

 span { border-color: rgb(17,34,13); }

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