#113913

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

Shades of Myrtle #113913

Tints of Myrtle #113913

Color information

#113913 (or 0x113913) is unknown color: approx Myrtle. HEX triplet: 11, 39 and 13. RGB value is (17,57,19). Sum of RGB (Red+Green+Blue) = 17+57+19=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 57 (22.66% from 255 or 61.29% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 57 - color contains mainly: green. Hex color #113913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113913 is #EEC6EC. Grayscale: #282828. Windows color (decimal): -15648493 or 1259793. OLE color: 1259793.

HSL color Cylindrical-coordinate representation of color #113913: hue angle of 123º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113913 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB175719-
CMYK0.7000.670.78
HSL123º54.05%14.51%-
HSV(B)123º70.18%22.35%-
XYZ1.813.091.12-
YUV40.71115.75111.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.28%
GREEN value IS 57 (22.66% from 255) = 61.29%
BLUE value IS 19 (7.81% from 255) = 20.43%
R=18.28%
G=61.29%
B=20.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1757190.7000.670.7812354.0514.51
Hex113913460434E7b36f
Octal21712310601031161736617
Binary1000111100110011100011001000011100111011110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113913; }

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

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

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

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

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

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

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

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