Shades of Myrtle #124317
Tints of Myrtle #124317
RGB
CMYK
RGB Variations
Color information
#124317 (or 0x124317) is known color: Myrtle. HEX triplet: 12, 43 and 17. RGB value is (18,67,23). Sum of RGB (Red+Green+Blue) = 18+67+23=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 67 (26.56% from 255 or 62.04% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 67 - color contains mainly: green. Hex color #124317 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124317 is #EDBCE8. Grayscale: #2F2F2F. Windows color (decimal): -15580393 or 1524498. OLE color: 1524498.
HSL color Cylindrical-coordinate representation of color #124317: hue angle of 126.12º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124317 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 67 | 23 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.74 |
| HSL | 126.12º | 0.58% | 0.17% | - |
| HSV(B) | 126.12º | 0.73% | 0.26% | - |
| XYZ | 2.41 | 4.2 | 1.5 | - |
| YUV | 47.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 23 | 0.73 | 0 | 0.66 | 0.74 | 126.12 | 0.58 | 0.17 |
| Hex | 12 | 43 | 17 | 49 | 0 | 42 | 4A | 7E | 3A | 11 |
| Octal | 22 | 103 | 27 | 111 | 0 | 102 | 112 | 176 | 72 | 21 |
| Binary | 10010 | 1000011 | 10111 | 1001001 | 0 | 1000010 | 1001010 | 1111110 | 111010 | 10001 |
Color Harmonies of #124317
Complementary color
Monochromatic Colors of #124317
Black with #124317
Text Example
Text Example
White with #124317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124317; }
p { color: rgb(18,67,23); }
H1.HeaderClassName
{
color: #124317;
}
.AnyTagClassName
{
color: #124317;
}
</style>
background-color css
<style>
a { background-color: #124317; }
a { background-color: rgb(18,67,23); }
div.DivClassName
{
background-color: #124317;
}
.BgClassName
{
background-color: #124317;
}
</style>
border-color css
<style>
span { border-color: #124317; }
span { border-color: rgb(18,67,23); }
td.TdClassName
{
border-color: #124317;
}
.TagClassName
{
border-color: #124317;
}
</style>