#113F00

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

Shades of Myrtle #113F00

Tints of Myrtle #113F00

Color information

#113F00 (or 0x113F00) is unknown color: approx Myrtle. HEX triplet: 11, 3F and 00. RGB value is (17,63,0). Sum of RGB (Red+Green+Blue) = 17+63+0=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 63 (25% from 255 or 78.75% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 63 - color contains mainly: green. Hex color #113F00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113F00 is #EEC0FF. Grayscale: #2A2A2A. Windows color (decimal): -15646976 or 16145. OLE color: 16145.

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

Color convert

RGB17630-
CMYK0.73010.75
HSL103.81º100%12.35%-
HSV(B)103.81º100%24.71%-
XYZ2.013.670.6-
YUV42.06104.26110.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.25%
GREEN value IS 63 (25% from 255) = 78.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=21.25%
G=78.75%
B=0%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal176300.73010.75103.8110012.35
Hex113F0490644B6864c
Octal21770111014411315014414
Binary1000111111101001001011001001001011110100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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