#112A04

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

Shades of Myrtle #112A04

Tints of Myrtle #112A04

Color information

#112A04 (or 0x112A04) is unknown color: approx Myrtle. HEX triplet: 11, 2A and 04. RGB value is (17,42,4). Sum of RGB (Red+Green+Blue) = 17+42+4=63 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.98% from 63); Green value is 42 (16.80% from 255 or 66.67% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 42 - color contains mainly: green. Hex color #112A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112A04 is #EED5FB. Grayscale: #1E1E1E. Windows color (decimal): -15652348 or 272913. OLE color: 272913.

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

Color convert

RGB17424-
CMYK0.6000.900.84
HSL99.47º82.61%9.02%-
HSV(B)99.47º90.48%16.47%-
XYZ1.081.780.4-
YUV30.19113.22118.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.98%
GREEN value IS 42 (16.80% from 255) = 66.67%
BLUE value IS 4 (1.95% from 255) = 6.35%
R=26.98%
G=66.67%
B=6.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal174240.6000.900.8499.4782.619.02
Hex112A43C05A5463539
Octal2152474013212414312311
Binary10001101010100111100010110101010100110001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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