#115015

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

Shades of Myrtle #115015

Tints of Myrtle #115015

Color information

#115015 (or 0x115015) is unknown color: approx Myrtle. HEX triplet: 11, 50 and 15. RGB value is (17,80,21). Sum of RGB (Red+Green+Blue) = 17+80+21=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #115015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115015 is #EEAFEA. Grayscale: #363636. Windows color (decimal): -15642603 or 1396753. OLE color: 1396753.

HSL color Cylindrical-coordinate representation of color #115015: hue angle of 123.81º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115015 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB178021-
CMYK0.7900.740.69
HSL123.81º64.95%19.02%-
HSV(B)123.81º78.75%31.37%-
XYZ3.245.911.68-
YUV54.44109.13101.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.41%
GREEN value IS 80 (31.64% from 255) = 67.80%
BLUE value IS 21 (8.59% from 255) = 17.80%
R=14.41%
G=67.80%
B=17.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1780210.7900.740.69123.8164.9519.02
Hex1150154F04A457c4113
Octal2112025117011210517410123
Binary1000110100001010110011110100101010001011111100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115015; }

 p { color: rgb(17,80,21); }

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

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

 a { background-color: rgb(17,80,21); }

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

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

 span { border-color: rgb(17,80,21); }

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