#113013

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

Shades of Myrtle #113013

Tints of Myrtle #113013

Color information

#113013 (or 0x113013) is unknown color: approx Myrtle. HEX triplet: 11, 30 and 13. RGB value is (17,48,19). Sum of RGB (Red+Green+Blue) = 17+48+19=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #113013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113013 is #EECFEC. Grayscale: #232323. Windows color (decimal): -15650797 or 1257489. OLE color: 1257489.

HSL color Cylindrical-coordinate representation of color #113013: hue angle of 123.87º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113013 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB174819-
CMYK0.6500.600.81
HSL123.87º47.69%12.75%-
HSV(B)123.87º64.58%18.82%-
XYZ1.412.280.98-
YUV35.42118.73114.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.24%
GREEN value IS 48 (19.14% from 255) = 57.14%
BLUE value IS 19 (7.81% from 255) = 22.62%
R=20.24%
G=57.14%
B=22.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1748190.6500.600.81123.8747.6912.75
Hex1130134103C517c30d
Octal2160231010741211746015
Binary100011100001001110000010111100101000111111001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113013; }

 p { color: rgb(17,48,19); }

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

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

 a { background-color: rgb(17,48,19); }

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

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

 span { border-color: rgb(17,48,19); }

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