#112411

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

Shades of Myrtle #112411

Tints of Myrtle #112411

Color information

#112411 (or 0x112411) is unknown color: approx Myrtle. HEX triplet: 11, 24 and 11. RGB value is (17,36,17). Sum of RGB (Red+Green+Blue) = 17+36+17=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 36 (14.45% from 255 or 51.43% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 36 - color contains mainly: green. Hex color #112411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112411 is #EEDBEE. Grayscale: #1C1C1C. Windows color (decimal): -15653871 or 1123345. OLE color: 1123345.

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

Color convert

RGB173617-
CMYK0.5300.530.86
HSL120º35.85%10.39%-
HSV(B)120º52.78%14.12%-
XYZ0.961.420.75-
YUV28.15121.71120.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.29%
GREEN value IS 36 (14.45% from 255) = 51.43%
BLUE value IS 17 (7.03% from 255) = 24.29%
R=24.29%
G=51.43%
B=24.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1736170.5300.530.8612035.8510.39
Hex11241135035567824a
Octal214421650651261704412
Binary10001100100100011101010110101101011011110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112411; }

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

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

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

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

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

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

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

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