#11290C

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

Shades of Myrtle #11290C

Tints of Myrtle #11290C

Color information

#11290C (or 0x11290C) is unknown color: approx Myrtle. HEX triplet: 11, 29 and 0C. RGB value is (17,41,12). Sum of RGB (Red+Green+Blue) = 17+41+12=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 41 (16.41% from 255 or 58.57% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 41 - color contains mainly: green. Hex color #11290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11290C is #EED6F3. Grayscale: #1E1E1E. Windows color (decimal): -15652596 or 796945. OLE color: 796945.

HSL color Cylindrical-coordinate representation of color #11290C: hue angle of 109.66º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11290C is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB174112-
CMYK0.5900.710.84
HSL109.66º54.72%10.39%-
HSV(B)109.66º70.73%16.08%-
XYZ1.091.730.62-
YUV30.52117.55118.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.29%
GREEN value IS 41 (16.41% from 255) = 58.57%
BLUE value IS 12 (5.08% from 255) = 17.14%
R=24.29%
G=58.57%
B=17.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1741120.5900.710.84109.6654.7210.39
Hex1129C3B047546e37a
Octal2151147301071241566712
Binary10001101001110011101101000111101010011011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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