Shades of Myrtle #123816
Tints of Myrtle #123816
RGB
CMYK
RGB Variations
Color information
#123816 (or 0x123816) is known color: Myrtle. HEX triplet: 12, 38 and 16. RGB value is (18,56,22). Sum of RGB (Red+Green+Blue) = 18+56+22=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 56 (22.27% from 255 or 58.33% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 56 - color contains mainly: green. Hex color #123816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123816 is #EDC7E9. Grayscale: #282828. Windows color (decimal): -15583210 or 1456146. OLE color: 1456146.
HSL color Cylindrical-coordinate representation of color #123816: hue angle of 126.32º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123816 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 56 | 22 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.78 |
| HSL | 126.32º | 0.51% | 0.15% | - |
| HSV(B) | 126.32º | 0.68% | 0.22% | - |
| XYZ | 1.81 | 3.01 | 1.25 | - |
| YUV | 40.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 22 | 0.68 | 0 | 0.61 | 0.78 | 126.32 | 0.51 | 0.15 |
| Hex | 12 | 38 | 16 | 44 | 0 | 3D | 4E | 7E | 33 | F |
| Octal | 22 | 70 | 26 | 104 | 0 | 75 | 116 | 176 | 63 | 17 |
| Binary | 10010 | 111000 | 10110 | 1000100 | 0 | 111101 | 1001110 | 1111110 | 110011 | 1111 |
Color Harmonies of #123816
Complementary color
Monochromatic Colors of #123816
Black with #123816
Text Example
Text Example
White with #123816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123816; }
p { color: rgb(18,56,22); }
H1.HeaderClassName
{
color: #123816;
}
.AnyTagClassName
{
color: #123816;
}
</style>
background-color css
<style>
a { background-color: #123816; }
a { background-color: rgb(18,56,22); }
div.DivClassName
{
background-color: #123816;
}
.BgClassName
{
background-color: #123816;
}
</style>
border-color css
<style>
span { border-color: #123816; }
span { border-color: rgb(18,56,22); }
td.TdClassName
{
border-color: #123816;
}
.TagClassName
{
border-color: #123816;
}
</style>