#114910

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

Shades of Myrtle #114910

Tints of Myrtle #114910

Color information

#114910 (or 0x114910) is unknown color: approx Myrtle. HEX triplet: 11, 49 and 10. RGB value is (17,73,16). Sum of RGB (Red+Green+Blue) = 17+73+16=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 73 (28.91% from 255 or 68.87% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 73 - color contains mainly: green. Hex color #114910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114910 is #EEB6EF. Grayscale: #313131. Windows color (decimal): -15644400 or 1067281. OLE color: 1067281.

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

Color convert

RGB177316-
CMYK0.7700.780.71
HSL118.95º64.04%17.45%-
HSV(B)118.95º78.08%28.63%-
XYZ2.714.921.3-
YUV49.76108.95104.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 73 (28.91% from 255) = 68.87%
BLUE value IS 16 (6.64% from 255) = 15.09%
R=16.04%
G=68.87%
B=15.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1773160.7700.780.71118.9564.0417.45
Hex1149104D04E47774011
Octal2111120115011610716710021
Binary1000110010011000010011010100111010001111110111100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114910; }

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

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

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

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

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

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

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

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