#112811

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

Shades of Myrtle #112811

Tints of Myrtle #112811

Color information

#112811 (or 0x112811) is unknown color: approx Myrtle. HEX triplet: 11, 28 and 11. RGB value is (17,40,17). Sum of RGB (Red+Green+Blue) = 17+40+17=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 40 (16.02% from 255 or 54.05% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 40 - color contains mainly: green. Hex color #112811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112811 is #EED7EE. Grayscale: #1E1E1E. Windows color (decimal): -15652847 or 1124369. OLE color: 1124369.

HSL color Cylindrical-coordinate representation of color #112811: hue angle of 120º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #112811 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB174017-
CMYK0.5700.570.84
HSL120º40.35%11.18%-
HSV(B)120º57.5%15.69%-
XYZ1.091.680.8-
YUV30.5120.38118.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.97%
GREEN value IS 40 (16.02% from 255) = 54.05%
BLUE value IS 17 (7.03% from 255) = 22.97%
R=22.97%
G=54.05%
B=22.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1740170.5700.570.8412040.3511.18
Hex11281139039547828b
Octal215021710711241705013
Binary10001101000100011110010111001101010011110001010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112811; }

 p { color: rgb(17,40,17); }

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

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

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

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

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

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

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