#114912

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

Shades of Myrtle #114912

Tints of Myrtle #114912

Color information

#114912 (or 0x114912) is unknown color: approx Myrtle. HEX triplet: 11, 49 and 12. RGB value is (17,73,18). Sum of RGB (Red+Green+Blue) = 17+73+18=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 73 (28.91% from 255 or 67.59% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 73 - color contains mainly: green. Hex color #114912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114912 is #EEB6ED. Grayscale: #323232. Windows color (decimal): -15644398 or 1198353. OLE color: 1198353.

HSL color Cylindrical-coordinate representation of color #114912: hue angle of 121.07º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114912 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB177318-
CMYK0.7700.750.71
HSL121.07º62.22%17.65%-
HSV(B)121.07º76.71%28.63%-
XYZ2.724.931.38-
YUV49.99109.95104.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.74%
GREEN value IS 73 (28.91% from 255) = 67.59%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=15.74%
G=67.59%
B=16.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1773180.7700.750.71121.0762.2217.65
Hex1149124D04B47793e12
Octal211112211501131071717622
Binary100011001001100101001101010010111000111111100111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114912; }

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

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

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

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

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

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

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

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