#114715

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

Shades of Myrtle #114715

Tints of Myrtle #114715

Color information

#114715 (or 0x114715) is unknown color: approx Myrtle. HEX triplet: 11, 47 and 15. RGB value is (17,71,21). Sum of RGB (Red+Green+Blue) = 17+71+21=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 71 (28.12% from 255 or 65.14% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 71 - color contains mainly: green. Hex color #114715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114715 is #EEB8EA. Grayscale: #313131. Windows color (decimal): -15644907 or 1394449. OLE color: 1394449.

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

Color convert

RGB177121-
CMYK0.7600.700.72
HSL124.44º61.36%17.25%-
HSV(B)124.44º76.06%27.84%-
XYZ2.624.681.47-
YUV49.15112.11105.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.60%
GREEN value IS 71 (28.12% from 255) = 65.14%
BLUE value IS 21 (8.59% from 255) = 19.27%
R=15.60%
G=65.14%
B=19.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1771210.7600.700.72124.4461.3617.25
Hex1147154C046487c3d11
Octal211072511401061101747521
Binary100011000111101011001100010001101001000111110011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114715; }

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

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

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

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

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

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

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

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