#112210

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

Shades of Myrtle #112210

Tints of Myrtle #112210

Color information

#112210 (or 0x112210) is unknown color: approx Myrtle. HEX triplet: 11, 22 and 10. RGB value is (17,34,16). Sum of RGB (Red+Green+Blue) = 17+34+16=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 34 (13.67% from 255 or 50.75% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 34 - color contains mainly: green. Hex color #112210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112210 is #EEDDEF. Grayscale: #1A1A1A. Windows color (decimal): -15654384 or 1057297. OLE color: 1057297.

HSL color Cylindrical-coordinate representation of color #112210: hue angle of 116.67º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #112210 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.

Color convert

RGB173416-
CMYK0.5000.530.87
HSL116.67º36%9.8%-
HSV(B)116.67º52.94%13.33%-
XYZ0.91.30.69-
YUV26.86121.87120.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 34 (13.67% from 255) = 50.75%
BLUE value IS 16 (6.64% from 255) = 23.88%
R=25.37%
G=50.75%
B=23.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1734160.5000.530.87116.67369.8
Hex11221032035577524a
Octal214220620651271654412
Binary10001100010100001100100110101101011111101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112210; }

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

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

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

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

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

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

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

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