#11260A

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

Shades of Myrtle #11260A

Tints of Myrtle #11260A

Color information

#11260A (or 0x11260A) is unknown color: approx Myrtle. HEX triplet: 11, 26 and 0A. RGB value is (17,38,10). Sum of RGB (Red+Green+Blue) = 17+38+10=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 38 (15.23% from 255 or 58.46% from 65); Blue value is 10 (4.30% from 255 or 15.38% from 65); Max value from RGB is 38 - color contains mainly: green. Hex color #11260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11260A is #EED9F5. Grayscale: #1C1C1C. Windows color (decimal): -15653366 or 665105. OLE color: 665105.

HSL color Cylindrical-coordinate representation of color #11260A: hue angle of 105º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11260A is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB173810-
CMYK0.5500.740.85
HSL105º58.33%9.41%-
HSV(B)105º73.68%14.9%-
XYZ0.981.530.53-
YUV28.53117.54119.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.15%
GREEN value IS 38 (15.23% from 255) = 58.46%
BLUE value IS 10 (4.30% from 255) = 15.38%
R=26.15%
G=58.46%
B=15.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1738100.5500.740.8510558.339.41
Hex1126A3704A55693a9
Octal2146126701121251517211
Binary10001100110101011011101001010101010111010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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