#11210C

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

Shades of Myrtle #11210C

Tints of Myrtle #11210C

Color information

#11210C (or 0x11210C) is unknown color: approx Myrtle. HEX triplet: 11, 21 and 0C. RGB value is (17,33,12). Sum of RGB (Red+Green+Blue) = 17+33+12=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 33 (13.28% from 255 or 53.23% from 62); Blue value is 12 (5.08% from 255 or 19.35% from 62); Max value from RGB is 33 - color contains mainly: green. Hex color #11210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11210C is #EEDEF3. Grayscale: #191919. Windows color (decimal): -15654644 or 794897. OLE color: 794897.

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

Color convert

RGB173312-
CMYK0.4800.640.87
HSL105.71º46.67%8.82%-
HSV(B)105.71º63.64%12.94%-
XYZ0.841.230.54-
YUV25.82120.2121.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.42%
GREEN value IS 33 (13.28% from 255) = 53.23%
BLUE value IS 12 (5.08% from 255) = 19.35%
R=27.42%
G=53.23%
B=19.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1733120.4800.640.87105.7146.678.82
Hex1121C30040576a2f9
Octal2141146001001271525711
Binary10001100001110011000001000000101011111010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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