#112A06

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

Shades of Myrtle #112A06

Tints of Myrtle #112A06

Color information

#112A06 (or 0x112A06) is unknown color: approx Myrtle. HEX triplet: 11, 2A and 06. RGB value is (17,42,6). Sum of RGB (Red+Green+Blue) = 17+42+6=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 42 (16.80% from 255 or 64.62% from 65); Blue value is 6 (2.73% from 255 or 9.23% from 65); Max value from RGB is 42 - color contains mainly: green. Hex color #112A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112A06 is #EED5F9. Grayscale: #1E1E1E. Windows color (decimal): -15652346 or 403985. OLE color: 403985.

HSL color Cylindrical-coordinate representation of color #112A06: hue angle of 101.67º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112A06 is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.84.

Color convert

RGB17426-
CMYK0.6000.860.84
HSL101.67º75%9.41%-
HSV(B)101.67º85.71%16.47%-
XYZ1.091.790.46-
YUV30.42114.22118.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.15%
GREEN value IS 42 (16.80% from 255) = 64.62%
BLUE value IS 6 (2.73% from 255) = 9.23%
R=26.15%
G=64.62%
B=9.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal174260.6000.860.84101.67759.41
Hex112A63C05654664b9
Octal2152674012612414611311
Binary10001101010110111100010101101010100110011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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