#112B11

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

Shades of Myrtle #112B11

Tints of Myrtle #112B11

Color information

#112B11 (or 0x112B11) is unknown color: approx Myrtle. HEX triplet: 11, 2B and 11. RGB value is (17,43,17). Sum of RGB (Red+Green+Blue) = 17+43+17=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 43 (17.19% from 255 or 55.84% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 43 - color contains mainly: green. Hex color #112B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112B11 is #EED4EE. Grayscale: #202020. Windows color (decimal): -15652079 or 1125137. OLE color: 1125137.

HSL color Cylindrical-coordinate representation of color #112B11: hue angle of 120º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #112B11 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.83.

Color convert

RGB174317-
CMYK0.6000.600.83
HSL120º43.33%11.76%-
HSV(B)120º60.47%16.86%-
XYZ1.21.890.83-
YUV32.26119.39117.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.08%
GREEN value IS 43 (17.19% from 255) = 55.84%
BLUE value IS 17 (7.03% from 255) = 22.08%
R=22.08%
G=55.84%
B=22.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1743170.6000.600.8312043.3311.76
Hex112B113C03C53782bc
Octal215321740741231705314
Binary10001101011100011111000111100101001111110001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,43,17); }

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

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

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

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

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

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

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