#11530C

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

Shades of Myrtle #11530C

Tints of Myrtle #11530C

Color information

#11530C (or 0x11530C) is unknown color: approx Myrtle. HEX triplet: 11, 53 and 0C. RGB value is (17,83,12). Sum of RGB (Red+Green+Blue) = 17+83+12=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 83 (32.81% from 255 or 74.11% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 83 - color contains mainly: green. Hex color #11530C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11530C is #EEACF3. Grayscale: #373737. Windows color (decimal): -15641844 or 807697. OLE color: 807697.

HSL color Cylindrical-coordinate representation of color #11530C: hue angle of 115.77º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11530C is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB178312-
CMYK0.8000.860.67
HSL115.77º74.74%18.63%-
HSV(B)115.77º85.54%32.55%-
XYZ3.396.331.39-
YUV55.17103.63100.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.18%
GREEN value IS 83 (32.81% from 255) = 74.11%
BLUE value IS 12 (5.08% from 255) = 10.71%
R=15.18%
G=74.11%
B=10.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1783120.8000.860.67115.7774.7418.63
Hex1153C5005643744b13
Octal2112314120012610316411323
Binary100011010011110010100000101011010000111110100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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