Shades of Myrtle #124A1B
Tints of Myrtle #124A1B
RGB
CMYK
RGB Variations
Color information
#124A1B (or 0x124A1B) is known color: Myrtle. HEX triplet: 12, 4A and 1B. RGB value is (18,74,27). Sum of RGB (Red+Green+Blue) = 18+74+27=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 74 (29.30% from 255 or 62.18% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 74 - color contains mainly: green. Hex color #124A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A1B is #EDB5E4. Grayscale: #343434. Windows color (decimal): -15578597 or 1788434. OLE color: 1788434.
HSL color Cylindrical-coordinate representation of color #124A1B: hue angle of 129.64º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124A1B is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 74 | 27 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.71 |
| HSL | 129.64º | 0.61% | 0.18% | - |
| HSV(B) | 129.64º | 0.76% | 0.29% | - |
| XYZ | 2.9 | 5.11 | 1.87 | - |
| YUV | 51.9 | 113.95 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 27 | 0.76 | 0 | 0.64 | 0.71 | 129.64 | 0.61 | 0.18 |
| Hex | 12 | 4A | 1B | 4C | 0 | 40 | 47 | 82 | 3D | 12 |
| Octal | 22 | 112 | 33 | 114 | 0 | 100 | 107 | 202 | 75 | 22 |
| Binary | 10010 | 1001010 | 11011 | 1001100 | 0 | 1000000 | 1000111 | 10000010 | 111101 | 10010 |
Color Harmonies of #124A1B
Complementary color
Monochromatic Colors of #124A1B
Black with #124A1B
Text Example
Text Example
White with #124A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A1B; }
p { color: rgb(18,74,27); }
H1.HeaderClassName
{
color: #124A1B;
}
.AnyTagClassName
{
color: #124A1B;
}
</style>
background-color css
<style>
a { background-color: #124A1B; }
a { background-color: rgb(18,74,27); }
div.DivClassName
{
background-color: #124A1B;
}
.BgClassName
{
background-color: #124A1B;
}
</style>
border-color css
<style>
span { border-color: #124A1B; }
span { border-color: rgb(18,74,27); }
td.TdClassName
{
border-color: #124A1B;
}
.TagClassName
{
border-color: #124A1B;
}
</style>