#113C10

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

Shades of Myrtle #113C10

Tints of Myrtle #113C10

Color information

#113C10 (or 0x113C10) is unknown color: approx Myrtle. HEX triplet: 11, 3C and 10. RGB value is (17,60,16). Sum of RGB (Red+Green+Blue) = 17+60+16=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 60 (23.83% from 255 or 64.52% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 60 - color contains mainly: green. Hex color #113C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113C10 is #EEC3EF. Grayscale: #2A2A2A. Windows color (decimal): -15647728 or 1063953. OLE color: 1063953.

HSL color Cylindrical-coordinate representation of color #113C10: hue angle of 118.64º degrees, saturation: 0.58, 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 #113C10 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.

Color convert

RGB176016-
CMYK0.7200.730.76
HSL118.64º57.89%14.9%-
HSV(B)118.64º73.33%23.53%-
XYZ1.943.391.04-
YUV42.13113.25110.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.28%
GREEN value IS 60 (23.83% from 255) = 64.52%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=18.28%
G=64.52%
B=17.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1760160.7200.730.76118.6457.8914.9
Hex113C10480494C773af
Octal21742011001111141677217
Binary1000111110010000100100001001001100110011101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,60,16); }

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

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

 a { background-color: rgb(17,60,16); }

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

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

 span { border-color: rgb(17,60,16); }

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