#113B14

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

Shades of Myrtle #113B14

Tints of Myrtle #113B14

Color information

#113B14 (or 0x113B14) is unknown color: approx Myrtle. HEX triplet: 11, 3B and 14. RGB value is (17,59,20). Sum of RGB (Red+Green+Blue) = 17+59+20=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 59 (23.44% from 255 or 61.46% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 59 - color contains mainly: green. Hex color #113B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113B14 is #EEC4EB. Grayscale: #2A2A2A. Windows color (decimal): -15647980 or 1325841. OLE color: 1325841.

HSL color Cylindrical-coordinate representation of color #113B14: hue angle of 124.29º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113B14 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.77.

Color convert

RGB175920-
CMYK0.7100.660.77
HSL124.29º55.26%14.9%-
HSV(B)124.29º71.19%23.14%-
XYZ1.923.31.2-
YUV42115.59110.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.71%
GREEN value IS 59 (23.44% from 255) = 61.46%
BLUE value IS 20 (8.20% from 255) = 20.83%
R=17.71%
G=61.46%
B=20.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1759200.7100.660.77124.2955.2614.9
Hex113B14470424D7c37f
Octal21732410701021151746717
Binary1000111101110100100011101000010100110111111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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