#113210

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

Shades of Myrtle #113210

Tints of Myrtle #113210

Color information

#113210 (or 0x113210) is unknown color: approx Myrtle. HEX triplet: 11, 32 and 10. RGB value is (17,50,16). Sum of RGB (Red+Green+Blue) = 17+50+16=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 50 (19.92% from 255 or 60.24% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 50 - color contains mainly: green. Hex color #113210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113210 is #EECDEF. Grayscale: #242424. Windows color (decimal): -15650288 or 1061393. OLE color: 1061393.

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

Color convert

RGB175016-
CMYK0.6600.680.80
HSL118.24º51.52%12.94%-
HSV(B)118.24º68%19.61%-
XYZ1.472.440.88-
YUV36.26116.57114.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.48%
GREEN value IS 50 (19.92% from 255) = 60.24%
BLUE value IS 16 (6.64% from 255) = 19.28%
R=20.48%
G=60.24%
B=19.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1750160.6600.680.80118.2451.5212.94
Hex11321042044507634d
Octal21622010201041201666415
Binary1000111001010000100001001000100101000011101101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113210; }

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

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

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

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

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

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

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

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