#11260D

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

Shades of Myrtle #11260D

Tints of Myrtle #11260D

Color information

#11260D (or 0x11260D) is unknown color: approx Myrtle. HEX triplet: 11, 26 and 0D. RGB value is (17,38,13). Sum of RGB (Red+Green+Blue) = 17+38+13=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 38 (15.23% from 255 or 55.88% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 38 - color contains mainly: green. Hex color #11260D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11260D is #EED9F2. Grayscale: #1C1C1C. Windows color (decimal): -15653363 or 861713. OLE color: 861713.

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

Color convert

RGB173813-
CMYK0.5500.660.85
HSL110.4º49.02%10%-
HSV(B)110.4º65.79%14.9%-
XYZ11.530.62-
YUV28.87119.04119.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25%
GREEN value IS 38 (15.23% from 255) = 55.88%
BLUE value IS 13 (5.47% from 255) = 19.12%
R=25%
G=55.88%
B=19.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1738130.5500.660.85110.449.0210
Hex1126D37042556e31a
Octal2146156701021251566112
Binary10001100110110111011101000010101010111011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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