#112A0A

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

Shades of Myrtle #112A0A

Tints of Myrtle #112A0A

Color information

#112A0A (or 0x112A0A) is unknown color: approx Myrtle. HEX triplet: 11, 2A and 0A. RGB value is (17,42,10). Sum of RGB (Red+Green+Blue) = 17+42+10=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 42 (16.80% from 255 or 60.87% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 42 - color contains mainly: green. Hex color #112A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112A0A is #EED5F5. Grayscale: #1E1E1E. Windows color (decimal): -15652342 or 666129. OLE color: 666129.

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

Color convert

RGB174210-
CMYK0.6000.760.84
HSL106.88º61.54%10.2%-
HSV(B)106.88º76.19%16.47%-
XYZ1.111.80.58-
YUV30.88116.22118.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.64%
GREEN value IS 42 (16.80% from 255) = 60.87%
BLUE value IS 10 (4.30% from 255) = 14.49%
R=24.64%
G=60.87%
B=14.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1742100.6000.760.84106.8861.5410.2
Hex112AA3C04C546b3ea
Octal2152127401141241537612
Binary10001101010101011110001001100101010011010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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