#112D0C

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

Shades of Myrtle #112D0C

Tints of Myrtle #112D0C

Color information

#112D0C (or 0x112D0C) is unknown color: approx Myrtle. HEX triplet: 11, 2D and 0C. RGB value is (17,45,12). Sum of RGB (Red+Green+Blue) = 17+45+12=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 45 (17.97% from 255 or 60.81% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 45 - color contains mainly: green. Hex color #112D0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112D0C is #EED2F3. Grayscale: #202020. Windows color (decimal): -15651572 or 797969. OLE color: 797969.

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

Color convert

RGB174512-
CMYK0.6200.730.82
HSL110.91º57.89%11.18%-
HSV(B)110.91º73.33%17.65%-
XYZ1.242.020.67-
YUV32.87116.22116.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.97%
GREEN value IS 45 (17.97% from 255) = 60.81%
BLUE value IS 12 (5.08% from 255) = 16.22%
R=22.97%
G=60.81%
B=16.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1745120.6200.730.82110.9157.8911.18
Hex112DC3E049526f3ab
Octal2155147601111221577213
Binary10001101101110011111001001001101001011011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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