#113413

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

Shades of Myrtle #113413

Tints of Myrtle #113413

Color information

#113413 (or 0x113413) is unknown color: approx Myrtle. HEX triplet: 11, 34 and 13. RGB value is (17,52,19). Sum of RGB (Red+Green+Blue) = 17+52+19=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 52 (20.70% from 255 or 59.09% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 52 - color contains mainly: green. Hex color #113413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113413 is #EECBEC. Grayscale: #252525. Windows color (decimal): -15649773 or 1258513. OLE color: 1258513.

HSL color Cylindrical-coordinate representation of color #113413: hue angle of 123.43º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113413 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB175219-
CMYK0.6700.630.80
HSL123.43º50.72%13.53%-
HSV(B)123.43º67.31%20.39%-
XYZ1.582.621.04-
YUV37.77117.4113.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.32%
GREEN value IS 52 (20.70% from 255) = 59.09%
BLUE value IS 19 (7.81% from 255) = 21.59%
R=19.32%
G=59.09%
B=21.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1752190.6700.630.80123.4350.7213.53
Hex1134134303F507b33e
Octal2164231030771201736316
Binary100011101001001110000110111111101000011110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113413; }

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

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

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

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

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

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

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

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