#113F14

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

Shades of Myrtle #113F14

Tints of Myrtle #113F14

Color information

#113F14 (or 0x113F14) is unknown color: approx Myrtle. HEX triplet: 11, 3F and 14. RGB value is (17,63,20). Sum of RGB (Red+Green+Blue) = 17+63+20=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 63 (25% from 255 or 63% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 63 - color contains mainly: green. Hex color #113F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113F14 is #EEC0EB. Grayscale: #2C2C2C. Windows color (decimal): -15646956 or 1326865. OLE color: 1326865.

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

Color convert

RGB176320-
CMYK0.7300.680.75
HSL123.91º57.5%15.69%-
HSV(B)123.91º73.02%24.71%-
XYZ2.133.721.27-
YUV44.34114.26108.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17%
GREEN value IS 63 (25% from 255) = 63%
BLUE value IS 20 (8.20% from 255) = 20%
R=17%
G=63%
B=20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1763200.7300.680.75123.9157.515.69
Hex113F14490444B7c3a10
Octal21772411101041131747220
Binary10001111111101001001001010001001001011111110011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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