Shades of Myrtle #12521A
Tints of Myrtle #12521A
RGB
CMYK
RGB Variations
Color information
#12521A (or 0x12521A) is known color: Myrtle. HEX triplet: 12, 52 and 1A. RGB value is (18,82,26). Sum of RGB (Red+Green+Blue) = 18+82+26=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 82 (32.42% from 255 or 65.08% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 82 - color contains mainly: green. Hex color #12521A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12521A is #EDADE5. Grayscale: #383838. Windows color (decimal): -15576550 or 1724946. OLE color: 1724946.
HSL color Cylindrical-coordinate representation of color #12521A: hue angle of 127.5º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12521A is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 82 | 26 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.68 |
| HSL | 127.5º | 0.64% | 0.2% | - |
| HSV(B) | 127.5º | 0.78% | 0.32% | - |
| XYZ | 3.45 | 6.24 | 2 | - |
| YUV | 56.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 82 | 26 | 0.78 | 0 | 0.68 | 0.68 | 127.5 | 0.64 | 0.2 |
| Hex | 12 | 52 | 1A | 4E | 0 | 44 | 44 | 80 | 40 | 14 |
| Octal | 22 | 122 | 32 | 116 | 0 | 104 | 104 | 200 | 100 | 24 |
| Binary | 10010 | 1010010 | 11010 | 1001110 | 0 | 1000100 | 1000100 | 10000000 | 1000000 | 10100 |
Color Harmonies of #12521A
Complementary color
Monochromatic Colors of #12521A
Black with #12521A
Text Example
Text Example
White with #12521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12521A; }
p { color: rgb(18,82,26); }
H1.HeaderClassName
{
color: #12521A;
}
.AnyTagClassName
{
color: #12521A;
}
</style>
background-color css
<style>
a { background-color: #12521A; }
a { background-color: rgb(18,82,26); }
div.DivClassName
{
background-color: #12521A;
}
.BgClassName
{
background-color: #12521A;
}
</style>
border-color css
<style>
span { border-color: #12521A; }
span { border-color: rgb(18,82,26); }
td.TdClassName
{
border-color: #12521A;
}
.TagClassName
{
border-color: #12521A;
}
</style>