#114713

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

Shades of Myrtle #114713

Tints of Myrtle #114713

Color information

#114713 (or 0x114713) is unknown color: approx Myrtle. HEX triplet: 11, 47 and 13. RGB value is (17,71,19). Sum of RGB (Red+Green+Blue) = 17+71+19=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 71 (28.12% from 255 or 66.36% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 71 - color contains mainly: green. Hex color #114713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114713 is #EEB8EC. Grayscale: #313131. Windows color (decimal): -15644909 or 1263377. OLE color: 1263377.

HSL color Cylindrical-coordinate representation of color #114713: hue angle of 122.22º 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 #114713 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB177119-
CMYK0.7600.730.72
HSL122.22º61.36%17.25%-
HSV(B)122.22º76.06%27.84%-
XYZ2.64.671.38-
YUV48.93111.11105.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.89%
GREEN value IS 71 (28.12% from 255) = 66.36%
BLUE value IS 19 (7.81% from 255) = 17.76%
R=15.89%
G=66.36%
B=17.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1771190.7600.730.72122.2261.3617.25
Hex1147134C049487a3d11
Octal211072311401111101727521
Binary100011000111100111001100010010011001000111101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114713; }

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

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

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

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

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

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

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

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