#113310

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

Shades of Myrtle #113310

Tints of Myrtle #113310

Color information

#113310 (or 0x113310) is unknown color: approx Myrtle. HEX triplet: 11, 33 and 10. RGB value is (17,51,16). Sum of RGB (Red+Green+Blue) = 17+51+16=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 51 (20.31% from 255 or 60.71% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 51 - color contains mainly: green. Hex color #113310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113310 is #EECCEF. Grayscale: #242424. Windows color (decimal): -15650032 or 1061649. OLE color: 1061649.

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

Color convert

RGB175116-
CMYK0.6700.690.8
HSL118.29º52.24%13.14%-
HSV(B)118.29º68.63%20%-
XYZ1.512.520.9-
YUV36.84116.24113.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.24%
GREEN value IS 51 (20.31% from 255) = 60.71%
BLUE value IS 16 (6.64% from 255) = 19.05%
R=20.24%
G=60.71%
B=19.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1751160.6700.690.8118.2952.2413.14
Hex11331043045507634d
Octal21632010301051201666415
Binary1000111001110000100001101000101101000011101101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113310; }

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

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

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

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

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

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

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

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