#112010

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

Shades of Myrtle #112010

Tints of Myrtle #112010

Color information

#112010 (or 0x112010) is unknown color: approx Myrtle. HEX triplet: 11, 20 and 10. RGB value is (17,32,16). Sum of RGB (Red+Green+Blue) = 17+32+16=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 32 (12.89% from 255 or 49.23% from 65); Blue value is 16 (6.64% from 255 or 24.62% from 65); Max value from RGB is 32 - color contains mainly: green. Hex color #112010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112010 is #EEDFEF. Grayscale: #191919. Windows color (decimal): -15654896 or 1056785. OLE color: 1056785.

HSL color Cylindrical-coordinate representation of color #112010: hue angle of 116.25º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #112010 is Cyan = 0.47, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.87.

Color convert

RGB173216-
CMYK0.4700.50.87
HSL116.25º33.33%9.41%-
HSV(B)116.25º50%12.55%-
XYZ0.841.190.68-
YUV25.69122.53121.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.15%
GREEN value IS 32 (12.89% from 255) = 49.23%
BLUE value IS 16 (6.64% from 255) = 24.62%
R=26.15%
G=49.23%
B=24.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1732160.4700.50.87116.2533.339.41
Hex1120102F0325774219
Octal214020570621271644111
Binary10001100000100001011110110010101011111101001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112010; }

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

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

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

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

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

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

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

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