#115412

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

Shades of Myrtle #115412

Tints of Myrtle #115412

Color information

#115412 (or 0x115412) is unknown color: approx Myrtle. HEX triplet: 11, 54 and 12. RGB value is (17,84,18). Sum of RGB (Red+Green+Blue) = 17+84+18=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 84 (33.20% from 255 or 70.59% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 84 - color contains mainly: green. Hex color #115412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115412 is #EEABED. Grayscale: #383838. Windows color (decimal): -15641582 or 1201169. OLE color: 1201169.

HSL color Cylindrical-coordinate representation of color #115412: hue angle of 120.9º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115412 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB178418-
CMYK0.8000.790.67
HSL120.9º66.34%19.8%-
HSV(B)120.9º79.76%32.94%-
XYZ3.516.51.64-
YUV56.44106.399.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.29%
GREEN value IS 84 (33.20% from 255) = 70.59%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=14.29%
G=70.59%
B=15.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1784180.8000.790.67120.966.3419.8
Hex1154125004F43794214
Octal2112422120011710317110224
Binary1000110101001001010100000100111110000111111001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115412; }

 p { color: rgb(17,84,18); }

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

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

 a { background-color: rgb(17,84,18); }

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

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

 span { border-color: rgb(17,84,18); }

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