Shades of Myrtle #123809
Tints of Myrtle #123809
RGB
CMYK
RGB Variations
Color information
#123809 (or 0x123809) is known color: Myrtle. HEX triplet: 12, 38 and 09. RGB value is (18,56,9). Sum of RGB (Red+Green+Blue) = 18+56+9=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 56 (22.27% from 255 or 67.47% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 56 - color contains mainly: green. Hex color #123809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123809 is #EDC7F6. Grayscale: #272727. Windows color (decimal): -15583223 or 604178. OLE color: 604178.
HSL color Cylindrical-coordinate representation of color #123809: hue angle of 108.51º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123809 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 56 | 9 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.78 |
| HSL | 108.51º | 0.72% | 0.13% | - |
| HSV(B) | 108.51º | 0.84% | 0.22% | - |
| XYZ | 1.71 | 2.98 | 0.74 | - |
| YUV | 39.28 | 110.91 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 9 | 0.68 | 0 | 0.84 | 0.78 | 108.51 | 0.72 | 0.13 |
| Hex | 12 | 38 | 9 | 44 | 0 | 54 | 4E | 6D | 48 | D |
| Octal | 22 | 70 | 11 | 104 | 0 | 124 | 116 | 155 | 110 | 15 |
| Binary | 10010 | 111000 | 1001 | 1000100 | 0 | 1010100 | 1001110 | 1101101 | 1001000 | 1101 |
Color Harmonies of #123809
Complementary color
Monochromatic Colors of #123809
Black with #123809
Text Example
Text Example
White with #123809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123809; }
p { color: rgb(18,56,9); }
H1.HeaderClassName
{
color: #123809;
}
.AnyTagClassName
{
color: #123809;
}
</style>
background-color css
<style>
a { background-color: #123809; }
a { background-color: rgb(18,56,9); }
div.DivClassName
{
background-color: #123809;
}
.BgClassName
{
background-color: #123809;
}
</style>
border-color css
<style>
span { border-color: #123809; }
span { border-color: rgb(18,56,9); }
td.TdClassName
{
border-color: #123809;
}
.TagClassName
{
border-color: #123809;
}
</style>