#122A11

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

Shades of Myrtle #122A11

Tints of Myrtle #122A11

Color information

#122A11 (or 0x122A11) is unknown color: approx Myrtle. HEX triplet: 12, 2A and 11. RGB value is (18,42,17). Sum of RGB (Red+Green+Blue) = 18+42+17=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 42 (16.80% from 255 or 54.55% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 42 - color contains mainly: green. Hex color #122A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122A11 is #EDD5EE. Grayscale: #202020. Windows color (decimal): -15586799 or 1124882. OLE color: 1124882.

HSL color Cylindrical-coordinate representation of color #122A11: hue angle of 117.6º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #122A11 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.84.

Color convert

RGB184217-
CMYK0.5700.600.84
HSL117.6º42.37%11.57%-
HSV(B)117.6º59.52%16.47%-
XYZ1.181.820.82-
YUV31.97119.55118.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.38%
GREEN value IS 42 (16.80% from 255) = 54.55%
BLUE value IS 17 (7.03% from 255) = 22.08%
R=23.38%
G=54.55%
B=22.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1842170.5700.600.84117.642.3711.57
Hex122A113903C54762ac
Octal225221710741241665214
Binary10010101010100011110010111100101010011101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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