#11410D

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

Shades of Myrtle #11410D

Tints of Myrtle #11410D

Color information

#11410D (or 0x11410D) is unknown color: approx Myrtle. HEX triplet: 11, 41 and 0D. RGB value is (17,65,13). Sum of RGB (Red+Green+Blue) = 17+65+13=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 65 (25.78% from 255 or 68.42% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 65 - color contains mainly: green. Hex color #11410D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11410D is #EEBEF2. Grayscale: #2C2C2C. Windows color (decimal): -15646451 or 868625. OLE color: 868625.

HSL color Cylindrical-coordinate representation of color #11410D: hue angle of 115.38º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11410D is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB176513-
CMYK0.7400.800.75
HSL115.38º66.67%15.29%-
HSV(B)115.38º80%25.49%-
XYZ2.193.931.02-
YUV44.72110.1108.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.89%
GREEN value IS 65 (25.78% from 255) = 68.42%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=17.89%
G=68.42%
B=13.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765130.7400.800.75115.3866.6715.29
Hex1141D4A0504B7343f
Octal2110115112012011316310317
Binary10001100000111011001010010100001001011111001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11410D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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