#112D11

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

Shades of Myrtle #112D11

Tints of Myrtle #112D11

Color information

#112D11 (or 0x112D11) is unknown color: approx Myrtle. HEX triplet: 11, 2D and 11. RGB value is (17,45,17). Sum of RGB (Red+Green+Blue) = 17+45+17=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 45 (17.97% from 255 or 56.96% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 45 - color contains mainly: green. Hex color #112D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112D11 is #EED2EE. Grayscale: #212121. Windows color (decimal): -15651567 or 1125649. OLE color: 1125649.

HSL color Cylindrical-coordinate representation of color #112D11: hue angle of 120º 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 #112D11 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.

Color convert

RGB174517-
CMYK0.6200.620.82
HSL120º45.16%12.16%-
HSV(B)120º62.22%17.65%-
XYZ1.272.040.86-
YUV33.44118.72116.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.52%
GREEN value IS 45 (17.97% from 255) = 56.96%
BLUE value IS 17 (7.03% from 255) = 21.52%
R=21.52%
G=56.96%
B=21.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1745170.6200.620.8212045.1612.16
Hex112D113E03E52782dc
Octal215521760761221705514
Binary10001101101100011111100111110101001011110001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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