Shades of Myrtle #124308
Tints of Myrtle #124308
RGB
CMYK
RGB Variations
Color information
#124308 (or 0x124308) is known color: Myrtle. HEX triplet: 12, 43 and 08. RGB value is (18,67,8). Sum of RGB (Red+Green+Blue) = 18+67+8=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 67 (26.56% from 255 or 72.04% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 67 - color contains mainly: green. Hex color #124308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124308 is #EDBCF7. Grayscale: #2D2D2D. Windows color (decimal): -15580408 or 541458. OLE color: 541458.
HSL color Cylindrical-coordinate representation of color #124308: hue angle of 109.83º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124308 is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 67 | 8 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.74 |
| HSL | 109.83º | 0.79% | 0.15% | - |
| HSV(B) | 109.83º | 0.88% | 0.26% | - |
| XYZ | 2.3 | 4.16 | 0.91 | - |
| YUV | 45.62 | 106.77 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 8 | 0.73 | 0 | 0.88 | 0.74 | 109.83 | 0.79 | 0.15 |
| Hex | 12 | 43 | 8 | 49 | 0 | 58 | 4A | 6E | 4F | F |
| Octal | 22 | 103 | 10 | 111 | 0 | 130 | 112 | 156 | 117 | 17 |
| Binary | 10010 | 1000011 | 1000 | 1001001 | 0 | 1011000 | 1001010 | 1101110 | 1001111 | 1111 |
Color Harmonies of #124308
Complementary color
Monochromatic Colors of #124308
Black with #124308
Text Example
Text Example
White with #124308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124308; }
p { color: rgb(18,67,8); }
H1.HeaderClassName
{
color: #124308;
}
.AnyTagClassName
{
color: #124308;
}
</style>
background-color css
<style>
a { background-color: #124308; }
a { background-color: rgb(18,67,8); }
div.DivClassName
{
background-color: #124308;
}
.BgClassName
{
background-color: #124308;
}
</style>
border-color css
<style>
span { border-color: #124308; }
span { border-color: rgb(18,67,8); }
td.TdClassName
{
border-color: #124308;
}
.TagClassName
{
border-color: #124308;
}
</style>