#113313

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

Shades of Myrtle #113313

Tints of Myrtle #113313

Color information

#113313 (or 0x113313) is unknown color: approx Myrtle. HEX triplet: 11, 33 and 13. RGB value is (17,51,19). Sum of RGB (Red+Green+Blue) = 17+51+19=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 51 (20.31% from 255 or 58.62% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 51 - color contains mainly: green. Hex color #113313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113313 is #EECCEC. Grayscale: #252525. Windows color (decimal): -15650029 or 1258257. OLE color: 1258257.

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

Color convert

RGB175119-
CMYK0.6700.630.8
HSL123.53º50%13.33%-
HSV(B)123.53º66.67%20%-
XYZ1.532.531.02-
YUV37.19117.74113.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.54%
GREEN value IS 51 (20.31% from 255) = 58.62%
BLUE value IS 19 (7.81% from 255) = 21.84%
R=19.54%
G=58.62%
B=21.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1751190.6700.630.8123.535013.33
Hex1133134303F507c32d
Octal2163231030771201746215
Binary100011100111001110000110111111101000011111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113313; }

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

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

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

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

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

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

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

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