#11200F

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

Shades of Myrtle #11200F

Tints of Myrtle #11200F

Color information

#11200F (or 0x11200F) is unknown color: approx Myrtle. HEX triplet: 11, 20 and 0F. RGB value is (17,32,15). Sum of RGB (Red+Green+Blue) = 17+32+15=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 32 (12.89% from 255 or 50% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 32 - color contains mainly: green. Hex color #11200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11200F is #EEDFF0. Grayscale: #191919. Windows color (decimal): -15654897 or 991249. OLE color: 991249.

HSL color Cylindrical-coordinate representation of color #11200F: hue angle of 112.94º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #11200F is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.

Color convert

RGB173215-
CMYK0.4700.530.87
HSL112.94º36.17%9.22%-
HSV(B)112.94º53.12%12.55%-
XYZ0.831.190.64-
YUV25.58122.03121.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.56%
GREEN value IS 32 (12.89% from 255) = 50%
BLUE value IS 15 (6.25% from 255) = 23.44%
R=26.56%
G=50%
B=23.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1732150.4700.530.87112.9436.179.22
Hex1120F2F0355771249
Octal214017570651271614411
Binary1000110000011111011110110101101011111100011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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