#113F06

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

Shades of Myrtle #113F06

Tints of Myrtle #113F06

Color information

#113F06 (or 0x113F06) is unknown color: approx Myrtle. HEX triplet: 11, 3F and 06. RGB value is (17,63,6). Sum of RGB (Red+Green+Blue) = 17+63+6=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 63 (25% from 255 or 73.26% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 63 - color contains mainly: green. Hex color #113F06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113F06 is #EEC0F9. Grayscale: #2A2A2A. Windows color (decimal): -15646970 or 409361. OLE color: 409361.

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

Color convert

RGB17636-
CMYK0.7300.900.75
HSL108.42º82.61%13.53%-
HSV(B)108.42º90.48%24.71%-
XYZ2.043.690.78-
YUV42.75107.26109.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 63 (25% from 255) = 73.26%
BLUE value IS 6 (2.73% from 255) = 6.98%
R=19.77%
G=73.26%
B=6.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal176360.7300.900.75108.4282.6113.53
Hex113F64905A4B6c53e
Octal21776111013211315412316
Binary100011111111101001001010110101001011110110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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