#11280E

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

Shades of Myrtle #11280E

Tints of Myrtle #11280E

Color information

#11280E (or 0x11280E) is unknown color: approx Myrtle. HEX triplet: 11, 28 and 0E. RGB value is (17,40,14). Sum of RGB (Red+Green+Blue) = 17+40+14=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 40 (16.02% from 255 or 56.34% from 71); Blue value is 14 (5.86% from 255 or 19.72% from 71); Max value from RGB is 40 - color contains mainly: green. Hex color #11280E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11280E is #EED7F1. Grayscale: #1E1E1E. Windows color (decimal): -15652850 or 927761. OLE color: 927761.

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

Color convert

RGB174014-
CMYK0.5700.650.84
HSL113.08º48.15%10.59%-
HSV(B)113.08º65%15.69%-
XYZ1.071.670.68-
YUV30.16118.88118.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.94%
GREEN value IS 40 (16.02% from 255) = 56.34%
BLUE value IS 14 (5.86% from 255) = 19.72%
R=23.94%
G=56.34%
B=19.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1740140.5700.650.84113.0848.1510.59
Hex1128E39041547130b
Octal2150167101011241616013
Binary10001101000111011100101000001101010011100011100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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