#113F0E

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

Shades of Myrtle #113F0E

Tints of Myrtle #113F0E

Color information

#113F0E (or 0x113F0E) is unknown color: approx Myrtle. HEX triplet: 11, 3F and 0E. RGB value is (17,63,14). Sum of RGB (Red+Green+Blue) = 17+63+14=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 63 (25% from 255 or 67.02% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 63 - color contains mainly: green. Hex color #113F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113F0E is #EEC0F1. Grayscale: #2B2B2B. Windows color (decimal): -15646962 or 933649. OLE color: 933649.

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

Color convert

RGB176314-
CMYK0.7300.780.75
HSL116.33º63.64%15.1%-
HSV(B)116.33º77.78%24.71%-
XYZ2.093.711.02-
YUV43.66111.26108.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.09%
GREEN value IS 63 (25% from 255) = 67.02%
BLUE value IS 14 (5.86% from 255) = 14.89%
R=18.09%
G=67.02%
B=14.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1763140.7300.780.75116.3363.6415.1
Hex113FE4904E4B7440f
Octal217716111011611316410017
Binary1000111111111101001001010011101001011111010010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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