#114716

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

Shades of Myrtle #114716

Tints of Myrtle #114716

Color information

#114716 (or 0x114716) is unknown color: approx Myrtle. HEX triplet: 11, 47 and 16. RGB value is (17,71,22). Sum of RGB (Red+Green+Blue) = 17+71+22=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #114716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114716 is #EEB8E9. Grayscale: #313131. Windows color (decimal): -15644906 or 1459985. OLE color: 1459985.

HSL color Cylindrical-coordinate representation of color #114716: hue angle of 125.56º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114716 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB177122-
CMYK0.7600.690.72
HSL125.56º61.36%17.25%-
HSV(B)125.56º76.06%27.84%-
XYZ2.634.681.52-
YUV49.27112.61104.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.45%
GREEN value IS 71 (28.12% from 255) = 64.55%
BLUE value IS 22 (8.98% from 255) = 20%
R=15.45%
G=64.55%
B=20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1771220.7600.690.72125.5661.3617.25
Hex1147164C045487e3d11
Octal211072611401051101767521
Binary100011000111101101001100010001011001000111111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114716; }

 p { color: rgb(17,71,22); }

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

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

 a { background-color: rgb(17,71,22); }

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

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

 span { border-color: rgb(17,71,22); }

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