Shades of Myrtle #123810
Tints of Myrtle #123810
RGB
CMYK
RGB Variations
Color information
#123810 (or 0x123810) is known color: Myrtle. HEX triplet: 12, 38 and 10. RGB value is (18,56,16). Sum of RGB (Red+Green+Blue) = 18+56+16=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 56 (22.27% from 255 or 62.22% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 56 - color contains mainly: green. Hex color #123810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123810 is #EDC7EF. Grayscale: #282828. Windows color (decimal): -15583216 or 1062930. OLE color: 1062930.
HSL color Cylindrical-coordinate representation of color #123810: hue angle of 117º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123810 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 56 | 16 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.78 |
| HSL | 117º | 0.56% | 0.14% | - |
| HSV(B) | 117º | 0.71% | 0.22% | - |
| XYZ | 1.76 | 2.99 | 0.98 | - |
| YUV | 40.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 16 | 0.68 | 0 | 0.71 | 0.78 | 117 | 0.56 | 0.14 |
| Hex | 12 | 38 | 10 | 44 | 0 | 47 | 4E | 75 | 38 | E |
| Octal | 22 | 70 | 20 | 104 | 0 | 107 | 116 | 165 | 70 | 16 |
| Binary | 10010 | 111000 | 10000 | 1000100 | 0 | 1000111 | 1001110 | 1110101 | 111000 | 1110 |
Color Harmonies of #123810
Complementary color
Monochromatic Colors of #123810
Black with #123810
Text Example
Text Example
White with #123810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123810; }
p { color: rgb(18,56,16); }
H1.HeaderClassName
{
color: #123810;
}
.AnyTagClassName
{
color: #123810;
}
</style>
background-color css
<style>
a { background-color: #123810; }
a { background-color: rgb(18,56,16); }
div.DivClassName
{
background-color: #123810;
}
.BgClassName
{
background-color: #123810;
}
</style>
border-color css
<style>
span { border-color: #123810; }
span { border-color: rgb(18,56,16); }
td.TdClassName
{
border-color: #123810;
}
.TagClassName
{
border-color: #123810;
}
</style>