#122E11

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

Shades of Myrtle #122E11

Tints of Myrtle #122E11

Color information

#122E11 (or 0x122E11) is unknown color: approx Myrtle. HEX triplet: 12, 2E and 11. RGB value is (18,46,17). Sum of RGB (Red+Green+Blue) = 18+46+17=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 46 (18.36% from 255 or 56.79% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 46 - color contains mainly: green. Hex color #122E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122E11 is #EDD1EE. Grayscale: #222222. Windows color (decimal): -15585775 or 1125906. OLE color: 1125906.

HSL color Cylindrical-coordinate representation of color #122E11: hue angle of 117.93º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #122E11 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.82.

Color convert

RGB184617-
CMYK0.6100.630.82
HSL117.93º46.03%12.35%-
HSV(B)117.93º63.04%18.04%-
XYZ1.332.120.87-
YUV34.32118.22116.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.22%
GREEN value IS 46 (18.36% from 255) = 56.79%
BLUE value IS 17 (7.03% from 255) = 20.99%
R=22.22%
G=56.79%
B=20.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1846170.6100.630.82117.9346.0312.35
Hex122E113D03F52762ec
Octal225621750771221665614
Binary10010101110100011111010111111101001011101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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