#112A05

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

Shades of Myrtle #112A05

Tints of Myrtle #112A05

Color information

#112A05 (or 0x112A05) is unknown color: approx Myrtle. HEX triplet: 11, 2A and 05. RGB value is (17,42,5). Sum of RGB (Red+Green+Blue) = 17+42+5=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 42 (16.80% from 255 or 65.62% from 64); Blue value is 5 (2.34% from 255 or 7.81% from 64); Max value from RGB is 42 - color contains mainly: green. Hex color #112A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112A05 is #EED5FA. Grayscale: #1E1E1E. Windows color (decimal): -15652347 or 338449. OLE color: 338449.

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

Color convert

RGB17425-
CMYK0.6000.880.84
HSL100.54º78.72%9.22%-
HSV(B)100.54º88.1%16.47%-
XYZ1.091.790.43-
YUV30.31113.72118.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.56%
GREEN value IS 42 (16.80% from 255) = 65.62%
BLUE value IS 5 (2.34% from 255) = 7.81%
R=26.56%
G=65.62%
B=7.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal174250.6000.880.84100.5478.729.22
Hex112A53C05854654f9
Octal2152574013012414511711
Binary10001101010101111100010110001010100110010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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