#122B11

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

Shades of Myrtle #122B11

Tints of Myrtle #122B11

Color information

#122B11 (or 0x122B11) is unknown color: approx Myrtle. HEX triplet: 12, 2B and 11. RGB value is (18,43,17). Sum of RGB (Red+Green+Blue) = 18+43+17=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 43 (17.19% from 255 or 55.13% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 43 - color contains mainly: green. Hex color #122B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122B11 is #EDD4EE. Grayscale: #202020. Windows color (decimal): -15586543 or 1125138. OLE color: 1125138.

HSL color Cylindrical-coordinate representation of color #122B11: hue angle of 117.69º 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 #122B11 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.83.

Color convert

RGB184317-
CMYK0.5800.600.83
HSL117.69º43.33%11.76%-
HSV(B)117.69º60.47%16.86%-
XYZ1.211.90.83-
YUV32.56119.22117.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.08%
GREEN value IS 43 (17.19% from 255) = 55.13%
BLUE value IS 17 (7.03% from 255) = 21.79%
R=23.08%
G=55.13%
B=21.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1843170.5800.600.83117.6943.3311.76
Hex122B113A03C53762bc
Octal225321720741231665314
Binary10010101011100011110100111100101001111101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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