Shades of Myrtle #12571A
Tints of Myrtle #12571A
RGB
CMYK
RGB Variations
Color information
#12571A (or 0x12571A) is known color: Myrtle. HEX triplet: 12, 57 and 1A. RGB value is (18,87,26). Sum of RGB (Red+Green+Blue) = 18+87+26=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 87 (34.38% from 255 or 66.41% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 87 - color contains mainly: green. Hex color #12571A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12571A is #EDA8E5. Grayscale: #3B3B3B. Windows color (decimal): -15575270 or 1726226. OLE color: 1726226.
HSL color Cylindrical-coordinate representation of color #12571A: hue angle of 126.96º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12571A is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 87 | 26 | - |
| CMYK | 0.79 | 0 | 0.70 | 0.66 |
| HSL | 126.96º | 0.66% | 0.21% | - |
| HSV(B) | 126.96º | 0.79% | 0.34% | - |
| XYZ | 3.84 | 7.02 | 2.13 | - |
| YUV | 59.42 | 109.14 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 87 | 26 | 0.79 | 0 | 0.70 | 0.66 | 126.96 | 0.66 | 0.21 |
| Hex | 12 | 57 | 1A | 4F | 0 | 46 | 42 | 7F | 42 | 15 |
| Octal | 22 | 127 | 32 | 117 | 0 | 106 | 102 | 177 | 102 | 25 |
| Binary | 10010 | 1010111 | 11010 | 1001111 | 0 | 1000110 | 1000010 | 1111111 | 1000010 | 10101 |
Color Harmonies of #12571A
Complementary color
Monochromatic Colors of #12571A
Black with #12571A
Text Example
Text Example
White with #12571A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12571A; }
p { color: rgb(18,87,26); }
H1.HeaderClassName
{
color: #12571A;
}
.AnyTagClassName
{
color: #12571A;
}
</style>
background-color css
<style>
a { background-color: #12571A; }
a { background-color: rgb(18,87,26); }
div.DivClassName
{
background-color: #12571A;
}
.BgClassName
{
background-color: #12571A;
}
</style>
border-color css
<style>
span { border-color: #12571A; }
span { border-color: rgb(18,87,26); }
td.TdClassName
{
border-color: #12571A;
}
.TagClassName
{
border-color: #12571A;
}
</style>