Shades of Myrtle #123509
Tints of Myrtle #123509
RGB
CMYK
RGB Variations
Color information
#123509 (or 0x123509) is known color: Myrtle. HEX triplet: 12, 35 and 09. RGB value is (18,53,9). Sum of RGB (Red+Green+Blue) = 18+53+9=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 53 (21.09% from 255 or 66.25% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 53 - color contains mainly: green. Hex color #123509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123509 is #EDCAF6. Grayscale: #252525. Windows color (decimal): -15583991 or 603410. OLE color: 603410.
HSL color Cylindrical-coordinate representation of color #123509: hue angle of 107.73º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123509 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 53 | 9 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.79 |
| HSL | 107.73º | 0.71% | 0.12% | - |
| HSV(B) | 107.73º | 0.83% | 0.21% | - |
| XYZ | 1.57 | 2.69 | 0.7 | - |
| YUV | 37.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 9 | 0.66 | 0 | 0.83 | 0.79 | 107.73 | 0.71 | 0.12 |
| Hex | 12 | 35 | 9 | 42 | 0 | 53 | 4F | 6C | 47 | C |
| Octal | 22 | 65 | 11 | 102 | 0 | 123 | 117 | 154 | 107 | 14 |
| Binary | 10010 | 110101 | 1001 | 1000010 | 0 | 1010011 | 1001111 | 1101100 | 1000111 | 1100 |
Color Harmonies of #123509
Complementary color
Monochromatic Colors of #123509
Black with #123509
Text Example
Text Example
White with #123509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123509; }
p { color: rgb(18,53,9); }
H1.HeaderClassName
{
color: #123509;
}
.AnyTagClassName
{
color: #123509;
}
</style>
background-color css
<style>
a { background-color: #123509; }
a { background-color: rgb(18,53,9); }
div.DivClassName
{
background-color: #123509;
}
.BgClassName
{
background-color: #123509;
}
</style>
border-color css
<style>
span { border-color: #123509; }
span { border-color: rgb(18,53,9); }
td.TdClassName
{
border-color: #123509;
}
.TagClassName
{
border-color: #123509;
}
</style>