#112D0F

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

Shades of Myrtle #112D0F

Tints of Myrtle #112D0F

Color information

#112D0F (or 0x112D0F) is unknown color: approx Myrtle. HEX triplet: 11, 2D and 0F. RGB value is (17,45,15). Sum of RGB (Red+Green+Blue) = 17+45+15=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 45 (17.97% from 255 or 58.44% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 45 - color contains mainly: green. Hex color #112D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112D0F is #EED2F0. Grayscale: #212121. Windows color (decimal): -15651569 or 994577. OLE color: 994577.

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

Color convert

RGB174515-
CMYK0.6200.670.82
HSL116º50%11.76%-
HSV(B)116º66.67%17.65%-
XYZ1.262.030.78-
YUV33.21117.72116.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.08%
GREEN value IS 45 (17.97% from 255) = 58.44%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=22.08%
G=58.44%
B=19.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1745150.6200.670.821165011.76
Hex112DF3E043527432c
Octal2155177601031221646214
Binary10001101101111111111001000011101001011101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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