#11580C

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

Shades of Myrtle #11580C

Tints of Myrtle #11580C

Color information

#11580C (or 0x11580C) is unknown color: approx Myrtle. HEX triplet: 11, 58 and 0C. RGB value is (17,88,12). Sum of RGB (Red+Green+Blue) = 17+88+12=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 88 (34.77% from 255 or 75.21% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 88 - color contains mainly: green. Hex color #11580C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11580C is #EEA7F3. Grayscale: #3A3A3A. Windows color (decimal): -15640564 or 808977. OLE color: 808977.

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

Color convert

RGB178812-
CMYK0.8100.860.65
HSL116.05º76%19.61%-
HSV(B)116.05º86.36%34.51%-
XYZ3.797.131.52-
YUV58.11101.9898.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.53%
GREEN value IS 88 (34.77% from 255) = 75.21%
BLUE value IS 12 (5.08% from 255) = 10.26%
R=14.53%
G=75.21%
B=10.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1788120.8100.860.65116.057619.61
Hex1158C5105641744c14
Octal2113014121012610116411424
Binary100011011000110010100010101011010000011110100100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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