#11280A

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

Shades of Myrtle #11280A

Tints of Myrtle #11280A

Color information

#11280A (or 0x11280A) is unknown color: approx Myrtle. HEX triplet: 11, 28 and 0A. RGB value is (17,40,10). Sum of RGB (Red+Green+Blue) = 17+40+10=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 40 (16.02% from 255 or 59.70% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 40 - color contains mainly: green. Hex color #11280A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11280A is #EED7F5. Grayscale: #1D1D1D. Windows color (decimal): -15652854 or 665617. OLE color: 665617.

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

Color convert

RGB174010-
CMYK0.5700.750.84
HSL106º60%9.8%-
HSV(B)106º75%15.69%-
XYZ1.041.660.55-
YUV29.7116.88118.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 40 (16.02% from 255) = 59.70%
BLUE value IS 10 (4.30% from 255) = 14.93%
R=25.37%
G=59.70%
B=14.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1740100.5700.750.84106609.8
Hex1128A3904B546a3ca
Octal2150127101131241527412
Binary10001101000101011100101001011101010011010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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