#113E12

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

Shades of Myrtle #113E12

Tints of Myrtle #113E12

Color information

#113E12 (or 0x113E12) is unknown color: approx Myrtle. HEX triplet: 11, 3E and 12. RGB value is (17,62,18). Sum of RGB (Red+Green+Blue) = 17+62+18=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 62 (24.61% from 255 or 63.92% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 62 - color contains mainly: green. Hex color #113E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113E12 is #EEC1ED. Grayscale: #2B2B2B. Windows color (decimal): -15647214 or 1195537. OLE color: 1195537.

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

Color convert

RGB176218-
CMYK0.7300.710.76
HSL121.33º56.96%15.49%-
HSV(B)121.33º72.58%24.31%-
XYZ2.063.611.16-
YUV43.53113.59109.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.53%
GREEN value IS 62 (24.61% from 255) = 63.92%
BLUE value IS 18 (7.42% from 255) = 18.56%
R=17.53%
G=63.92%
B=18.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1762180.7300.710.76121.3356.9615.49
Hex113E12490474C7939f
Octal21762211101071141717117
Binary1000111111010010100100101000111100110011110011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,62,18); }

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

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

 a { background-color: rgb(17,62,18); }

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

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

 span { border-color: rgb(17,62,18); }

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