#113E00

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

Shades of Myrtle #113E00

Tints of Myrtle #113E00

Color information

#113E00 (or 0x113E00) is unknown color: approx Myrtle. HEX triplet: 11, 3E and 00. RGB value is (17,62,0). Sum of RGB (Red+Green+Blue) = 17+62+0=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 62 (24.61% from 255 or 78.48% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 62 - color contains mainly: green. Hex color #113E00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113E00 is #EEC1FF. Grayscale: #292929. Windows color (decimal): -15647232 or 15889. OLE color: 15889.

HSL color Cylindrical-coordinate representation of color #113E00: hue angle of 103.55º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #113E00 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.

Color convert

RGB17620-
CMYK0.73010.76
HSL103.55º100%12.16%-
HSV(B)103.55º100%24.31%-
XYZ1.953.560.59-
YUV41.48104.59110.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.52%
GREEN value IS 62 (24.61% from 255) = 78.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=21.52%
G=78.48%
B=0%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal176200.73010.76103.5510012.16
Hex113E0490644C6864c
Octal21760111014411415014414
Binary1000111111001001001011001001001100110100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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