#122E05

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

Shades of Myrtle #122E05

Tints of Myrtle #122E05

Color information

#122E05 (or 0x122E05) is unknown color: approx Myrtle. HEX triplet: 12, 2E and 05. RGB value is (18,46,5). Sum of RGB (Red+Green+Blue) = 18+46+5=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 46 (18.36% from 255 or 66.67% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 46 - color contains mainly: green. Hex color #122E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122E05 is #EDD1FA. Grayscale: #212121. Windows color (decimal): -15585787 or 339474. OLE color: 339474.

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

Color convert

RGB18465-
CMYK0.6100.890.82
HSL100.98º80.39%10%-
HSV(B)100.98º89.13%18.04%-
XYZ1.252.090.48-
YUV32.95112.22117.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.09%
GREEN value IS 46 (18.36% from 255) = 66.67%
BLUE value IS 5 (2.34% from 255) = 7.25%
R=26.09%
G=66.67%
B=7.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal184650.6100.890.82100.9880.3910
Hex122E53D059526550a
Octal2256575013112214512012
Binary10010101110101111101010110011010010110010110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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