Shades of Myrtle #123514
Tints of Myrtle #123514
RGB
CMYK
RGB Variations
Color information
#123514 (or 0x123514) is known color: Myrtle. HEX triplet: 12, 35 and 14. RGB value is (18,53,20). Sum of RGB (Red+Green+Blue) = 18+53+20=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 53 (21.09% from 255 or 58.24% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 53 - color contains mainly: green. Hex color #123514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123514 is #EDCAEB. Grayscale: #262626. Windows color (decimal): -15583980 or 1324306. OLE color: 1324306.
HSL color Cylindrical-coordinate representation of color #123514: hue angle of 123.43º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #123514 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 53 | 20 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.79 |
| HSL | 123.43º | 0.49% | 0.14% | - |
| HSV(B) | 123.43º | 0.66% | 0.21% | - |
| XYZ | 1.65 | 2.73 | 1.1 | - |
| YUV | 38.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 20 | 0.66 | 0 | 0.62 | 0.79 | 123.43 | 0.49 | 0.14 |
| Hex | 12 | 35 | 14 | 42 | 0 | 3E | 4F | 7B | 31 | E |
| Octal | 22 | 65 | 24 | 102 | 0 | 76 | 117 | 173 | 61 | 16 |
| Binary | 10010 | 110101 | 10100 | 1000010 | 0 | 111110 | 1001111 | 1111011 | 110001 | 1110 |
Color Harmonies of #123514
Complementary color
Monochromatic Colors of #123514
Black with #123514
Text Example
Text Example
White with #123514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123514; }
p { color: rgb(18,53,20); }
H1.HeaderClassName
{
color: #123514;
}
.AnyTagClassName
{
color: #123514;
}
</style>
background-color css
<style>
a { background-color: #123514; }
a { background-color: rgb(18,53,20); }
div.DivClassName
{
background-color: #123514;
}
.BgClassName
{
background-color: #123514;
}
</style>
border-color css
<style>
span { border-color: #123514; }
span { border-color: rgb(18,53,20); }
td.TdClassName
{
border-color: #123514;
}
.TagClassName
{
border-color: #123514;
}
</style>