#114913

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

Shades of Myrtle #114913

Tints of Myrtle #114913

Color information

#114913 (or 0x114913) is unknown color: approx Myrtle. HEX triplet: 11, 49 and 13. RGB value is (17,73,19). Sum of RGB (Red+Green+Blue) = 17+73+19=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 73 (28.91% from 255 or 66.97% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 73 - color contains mainly: green. Hex color #114913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114913 is #EEB6EC. Grayscale: #323232. Windows color (decimal): -15644397 or 1263889. OLE color: 1263889.

HSL color Cylindrical-coordinate representation of color #114913: hue angle of 122.14º 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 #114913 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB177319-
CMYK0.7700.740.71
HSL122.14º62.22%17.65%-
HSV(B)122.14º76.71%28.63%-
XYZ2.734.931.42-
YUV50.1110.45104.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.60%
GREEN value IS 73 (28.91% from 255) = 66.97%
BLUE value IS 19 (7.81% from 255) = 17.43%
R=15.60%
G=66.97%
B=17.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1773190.7700.740.71122.1462.2217.65
Hex1149134D04A477a3e12
Octal211112311501121071727622
Binary100011001001100111001101010010101000111111101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114913; }

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

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

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

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

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

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

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

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