#112D06

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

Shades of Myrtle #112D06

Tints of Myrtle #112D06

Color information

#112D06 (or 0x112D06) is unknown color: approx Myrtle. HEX triplet: 11, 2D and 06. RGB value is (17,45,6). Sum of RGB (Red+Green+Blue) = 17+45+6=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 45 (17.97% from 255 or 66.18% from 68); Blue value is 6 (2.73% from 255 or 8.82% from 68); Max value from RGB is 45 - color contains mainly: green. Hex color #112D06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112D06 is #EED2F9. Grayscale: #202020. Windows color (decimal): -15651578 or 404753. OLE color: 404753.

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

Color convert

RGB17456-
CMYK0.6200.870.82
HSL103.08º76.47%10%-
HSV(B)103.08º86.67%17.65%-
XYZ1.22.010.5-
YUV32.18113.22117.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25%
GREEN value IS 45 (17.97% from 255) = 66.18%
BLUE value IS 6 (2.73% from 255) = 8.82%
R=25%
G=66.18%
B=8.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal174560.6200.870.82103.0876.4710
Hex112D63E05752674ca
Octal2155676012712214711412
Binary10001101101110111110010101111010010110011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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