#113E14

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

Shades of Myrtle #113E14

Tints of Myrtle #113E14

Color information

#113E14 (or 0x113E14) is unknown color: approx Myrtle. HEX triplet: 11, 3E and 14. RGB value is (17,62,20). Sum of RGB (Red+Green+Blue) = 17+62+20=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 62 (24.61% from 255 or 62.63% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 62 - color contains mainly: green. Hex color #113E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113E14 is #EEC1EB. Grayscale: #2B2B2B. Windows color (decimal): -15647212 or 1326609. OLE color: 1326609.

HSL color Cylindrical-coordinate representation of color #113E14: hue angle of 124º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113E14 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.

Color convert

RGB176220-
CMYK0.7300.680.76
HSL124º56.96%15.49%-
HSV(B)124º72.58%24.31%-
XYZ2.083.611.25-
YUV43.76114.59108.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 62 (24.61% from 255) = 62.63%
BLUE value IS 20 (8.20% from 255) = 20.20%
R=17.17%
G=62.63%
B=20.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1762200.7300.680.7612456.9615.49
Hex113E14490444C7c39f
Octal21762411101041141747117
Binary1000111111010100100100101000100100110011111001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113E14; }

 p { color: rgb(17,62,20); }

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

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

 a { background-color: rgb(17,62,20); }

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

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

 span { border-color: rgb(17,62,20); }

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