#113A14

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

Shades of Myrtle #113A14

Tints of Myrtle #113A14

Color information

#113A14 (or 0x113A14) is unknown color: approx Myrtle. HEX triplet: 11, 3A and 14. RGB value is (17,58,20). Sum of RGB (Red+Green+Blue) = 17+58+20=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 58 (23.05% from 255 or 61.05% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 58 - color contains mainly: green. Hex color #113A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113A14 is #EEC5EB. Grayscale: #292929. Windows color (decimal): -15648236 or 1325585. OLE color: 1325585.

HSL color Cylindrical-coordinate representation of color #113A14: hue angle of 124.39º 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 #113A14 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.77.

Color convert

RGB175820-
CMYK0.7100.660.77
HSL124.39º54.67%14.71%-
HSV(B)124.39º70.69%22.75%-
XYZ1.873.21.18-
YUV41.41115.92110.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.89%
GREEN value IS 58 (23.05% from 255) = 61.05%
BLUE value IS 20 (8.20% from 255) = 21.05%
R=17.89%
G=61.05%
B=21.05%

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
Decimal1758200.7100.660.77124.3954.6714.71
Hex113A14470424D7c37f
Octal21722410701021151746717
Binary1000111101010100100011101000010100110111111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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