#11580E

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

Shades of Myrtle #11580E

Tints of Myrtle #11580E

Color information

#11580E (or 0x11580E) is unknown color: approx Myrtle. HEX triplet: 11, 58 and 0E. RGB value is (17,88,14). Sum of RGB (Red+Green+Blue) = 17+88+14=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 88 (34.77% from 255 or 73.95% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 88 - color contains mainly: green. Hex color #11580E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11580E is #EEA7F1. Grayscale: #3A3A3A. Windows color (decimal): -15640562 or 940049. OLE color: 940049.

HSL color Cylindrical-coordinate representation of color #11580E: hue angle of 117.57º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11580E is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB178814-
CMYK0.8100.840.65
HSL117.57º72.55%20%-
HSV(B)117.57º84.09%34.51%-
XYZ3.87.131.59-
YUV58.33102.9898.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.29%
GREEN value IS 88 (34.77% from 255) = 73.95%
BLUE value IS 14 (5.86% from 255) = 11.76%
R=14.29%
G=73.95%
B=11.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1788140.8100.840.65117.5772.5520
Hex1158E5105441764914
Octal2113016121012410116611124
Binary100011011000111010100010101010010000011110110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11580E; }

 p { color: rgb(17,88,14); }

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

<style>
 a { background-color: #11580E; }

 a { background-color: rgb(17,88,14); }

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

<style>
 span { border-color: #11580E; }

 span { border-color: rgb(17,88,14); }

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