#11410B

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

Shades of Myrtle #11410B

Tints of Myrtle #11410B

Color information

#11410B (or 0x11410B) is unknown color: approx Myrtle. HEX triplet: 11, 41 and 0B. RGB value is (17,65,11). Sum of RGB (Red+Green+Blue) = 17+65+11=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 65 (25.78% from 255 or 69.89% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 65 - color contains mainly: green. Hex color #11410B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11410B is #EEBEF4. Grayscale: #2C2C2C. Windows color (decimal): -15646453 or 737553. OLE color: 737553.

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

Color convert

RGB176511-
CMYK0.7400.830.75
HSL113.33º71.05%14.9%-
HSV(B)113.33º83.08%25.49%-
XYZ2.183.920.96-
YUV44.49109.1108.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.28%
GREEN value IS 65 (25.78% from 255) = 69.89%
BLUE value IS 11 (4.69% from 255) = 11.83%
R=18.28%
G=69.89%
B=11.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765110.7400.830.75113.3371.0514.9
Hex1141B4A0534B7147f
Octal2110113112012311316110717
Binary10001100000110111001010010100111001011111000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11410B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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