#11200C

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

Shades of Myrtle #11200C

Tints of Myrtle #11200C

Color information

#11200C (or 0x11200C) is unknown color: approx Myrtle. HEX triplet: 11, 20 and 0C. RGB value is (17,32,12). Sum of RGB (Red+Green+Blue) = 17+32+12=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 32 (12.89% from 255 or 52.46% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 32 - color contains mainly: green. Hex color #11200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11200C is #EEDFF3. Grayscale: #191919. Windows color (decimal): -15654900 or 794641. OLE color: 794641.

HSL color Cylindrical-coordinate representation of color #11200C: hue angle of 105º 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 #11200C is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB173212-
CMYK0.4700.630.87
HSL105º45.45%8.63%-
HSV(B)105º62.5%12.55%-
XYZ0.811.180.53-
YUV25.23120.53122.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.87%
GREEN value IS 32 (12.89% from 255) = 52.46%
BLUE value IS 12 (5.08% from 255) = 19.67%
R=27.87%
G=52.46%
B=19.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1732120.4700.630.8710545.458.63
Hex1120C2F03F57692d9
Octal214014570771271515511
Binary1000110000011001011110111111101011111010011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11200C; }

 p { color: rgb(17,32,12); }

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

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

 a { background-color: rgb(17,32,12); }

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

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

 span { border-color: rgb(17,32,12); }

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