#11580F

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

Shades of Myrtle #11580F

Tints of Myrtle #11580F

Color information

#11580F (or 0x11580F) is unknown color: approx Myrtle. HEX triplet: 11, 58 and 0F. RGB value is (17,88,15). Sum of RGB (Red+Green+Blue) = 17+88+15=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 88 (34.77% from 255 or 73.33% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 88 - color contains mainly: green. Hex color #11580F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11580F is #EEA7F0. Grayscale: #3A3A3A. Windows color (decimal): -15640561 or 1005585. OLE color: 1005585.

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

Color convert

RGB178815-
CMYK0.8100.830.65
HSL118.36º70.87%20.2%-
HSV(B)118.36º82.95%34.51%-
XYZ3.817.131.63-
YUV58.45103.4898.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.17%
GREEN value IS 88 (34.77% from 255) = 73.33%
BLUE value IS 15 (6.25% from 255) = 12.5%
R=14.17%
G=73.33%
B=12.5%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1788150.8100.830.65118.3670.8720.2
Hex1158F5105341764714
Octal2113017121012310116610724
Binary100011011000111110100010101001110000011110110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11580F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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