#112110

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

Shades of Myrtle #112110

Tints of Myrtle #112110

Color information

#112110 (or 0x112110) is unknown color: approx Myrtle. HEX triplet: 11, 21 and 10. RGB value is (17,33,16). Sum of RGB (Red+Green+Blue) = 17+33+16=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 33 (13.28% from 255 or 50% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 33 - color contains mainly: green. Hex color #112110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112110 is #EEDEEF. Grayscale: #1A1A1A. Windows color (decimal): -15654640 or 1057041. OLE color: 1057041.

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

Color convert

RGB173316-
CMYK0.4800.520.87
HSL116.47º34.69%9.61%-
HSV(B)116.47º51.52%12.94%-
XYZ0.871.240.68-
YUV26.28122.2121.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.76%
GREEN value IS 33 (13.28% from 255) = 50%
BLUE value IS 16 (6.64% from 255) = 24.24%
R=25.76%
G=50%
B=24.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1733160.4800.520.87116.4734.699.61
Hex11211030034577423a
Octal214120600641271644312
Binary10001100001100001100000110100101011111101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112110; }

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

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

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

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

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

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

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

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