#11290E

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

Shades of Myrtle #11290E

Tints of Myrtle #11290E

Color information

#11290E (or 0x11290E) is unknown color: approx Myrtle. HEX triplet: 11, 29 and 0E. RGB value is (17,41,14). Sum of RGB (Red+Green+Blue) = 17+41+14=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 41 (16.41% from 255 or 56.94% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 41 - color contains mainly: green. Hex color #11290E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11290E is #EED6F1. Grayscale: #1E1E1E. Windows color (decimal): -15652594 or 928017. OLE color: 928017.

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

Color convert

RGB174114-
CMYK0.5900.660.84
HSL113.33º49.09%10.78%-
HSV(B)113.33º65.85%16.08%-
XYZ1.11.740.69-
YUV30.75118.55118.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.61%
GREEN value IS 41 (16.41% from 255) = 56.94%
BLUE value IS 14 (5.86% from 255) = 19.44%
R=23.61%
G=56.94%
B=19.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1741140.5900.660.84113.3349.0910.78
Hex1129E3B042547131b
Octal2151167301021241616113
Binary10001101001111011101101000010101010011100011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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