Shades of Myrtle #124B0C
Tints of Myrtle #124B0C
RGB
CMYK
RGB Variations
Color information
#124B0C (or 0x124B0C) is known color: Myrtle. HEX triplet: 12, 4B and 0C. RGB value is (18,75,12). Sum of RGB (Red+Green+Blue) = 18+75+12=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 75 (29.69% from 255 or 71.43% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 75 - color contains mainly: green. Hex color #124B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124B0C is #EDB4F3. Grayscale: #323232. Windows color (decimal): -15578356 or 805650. OLE color: 805650.
HSL color Cylindrical-coordinate representation of color #124B0C: hue angle of 114.29º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124B0C is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 75 | 12 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.71 |
| HSL | 114.29º | 0.72% | 0.17% | - |
| HSV(B) | 114.29º | 0.84% | 0.29% | - |
| XYZ | 2.83 | 5.19 | 1.2 | - |
| YUV | 50.78 | 106.12 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 12 | 0.76 | 0 | 0.84 | 0.71 | 114.29 | 0.72 | 0.17 |
| Hex | 12 | 4B | C | 4C | 0 | 54 | 47 | 72 | 48 | 11 |
| Octal | 22 | 113 | 14 | 114 | 0 | 124 | 107 | 162 | 110 | 21 |
| Binary | 10010 | 1001011 | 1100 | 1001100 | 0 | 1010100 | 1000111 | 1110010 | 1001000 | 10001 |
Color Harmonies of #124B0C
Complementary color
Monochromatic Colors of #124B0C
Black with #124B0C
Text Example
Text Example
White with #124B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B0C; }
p { color: rgb(18,75,12); }
H1.HeaderClassName
{
color: #124B0C;
}
.AnyTagClassName
{
color: #124B0C;
}
</style>
background-color css
<style>
a { background-color: #124B0C; }
a { background-color: rgb(18,75,12); }
div.DivClassName
{
background-color: #124B0C;
}
.BgClassName
{
background-color: #124B0C;
}
</style>
border-color css
<style>
span { border-color: #124B0C; }
span { border-color: rgb(18,75,12); }
td.TdClassName
{
border-color: #124B0C;
}
.TagClassName
{
border-color: #124B0C;
}
</style>