#112A12

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

Shades of Myrtle #112A12

Tints of Myrtle #112A12

Color information

#112A12 (or 0x112A12) is unknown color: approx Myrtle. HEX triplet: 11, 2A and 12. RGB value is (17,42,18). Sum of RGB (Red+Green+Blue) = 17+42+18=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 42 (16.80% from 255 or 54.55% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 42 - color contains mainly: green. Hex color #112A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112A12 is #EED5ED. Grayscale: #1F1F1F. Windows color (decimal): -15652334 or 1190417. OLE color: 1190417.

HSL color Cylindrical-coordinate representation of color #112A12: hue angle of 122.4º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #112A12 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB174218-
CMYK0.6000.570.84
HSL122.4º42.37%11.57%-
HSV(B)122.4º59.52%16.47%-
XYZ1.171.820.86-
YUV31.79120.22117.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.08%
GREEN value IS 42 (16.80% from 255) = 54.55%
BLUE value IS 18 (7.42% from 255) = 23.38%
R=22.08%
G=54.55%
B=23.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1742180.6000.570.84122.442.3711.57
Hex112A123C039547a2ac
Octal215222740711241725214
Binary10001101010100101111000111001101010011110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112A12; }

 p { color: rgb(17,42,18); }

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

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

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

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

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

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

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