#112D12

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

Shades of Myrtle #112D12

Tints of Myrtle #112D12

Color information

#112D12 (or 0x112D12) is unknown color: approx Myrtle. HEX triplet: 11, 2D and 12. RGB value is (17,45,18). Sum of RGB (Red+Green+Blue) = 17+45+18=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 45 (17.97% from 255 or 56.25% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 45 - color contains mainly: green. Hex color #112D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112D12 is #EED2ED. Grayscale: #212121. Windows color (decimal): -15651566 or 1191185. OLE color: 1191185.

HSL color Cylindrical-coordinate representation of color #112D12: hue angle of 122.14º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #112D12 is Cyan = 0.62, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.82.

Color convert

RGB174518-
CMYK0.6200.60.82
HSL122.14º45.16%12.16%-
HSV(B)122.14º62.22%17.65%-
XYZ1.282.040.9-
YUV33.55119.22116.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.25%
GREEN value IS 45 (17.97% from 255) = 56.25%
BLUE value IS 18 (7.42% from 255) = 22.5%
R=21.25%
G=56.25%
B=22.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1745180.6200.60.82122.1445.1612.16
Hex112D123E03C527a2dc
Octal215522760741221725514
Binary10001101101100101111100111100101001011110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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