Shades of Myrtle #123910
Tints of Myrtle #123910
RGB
CMYK
RGB Variations
Color information
#123910 (or 0x123910) is known color: Myrtle. HEX triplet: 12, 39 and 10. RGB value is (18,57,16). Sum of RGB (Red+Green+Blue) = 18+57+16=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 57 (22.66% from 255 or 62.64% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 57 - color contains mainly: green. Hex color #123910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123910 is #EDC6EF. Grayscale: #282828. Windows color (decimal): -15582960 or 1063186. OLE color: 1063186.
HSL color Cylindrical-coordinate representation of color #123910: hue angle of 117.07º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #123910 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 57 | 16 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.78 |
| HSL | 117.07º | 0.56% | 0.14% | - |
| HSV(B) | 117.07º | 0.72% | 0.22% | - |
| XYZ | 1.81 | 3.09 | 0.99 | - |
| YUV | 40.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 16 | 0.68 | 0 | 0.72 | 0.78 | 117.07 | 0.56 | 0.14 |
| Hex | 12 | 39 | 10 | 44 | 0 | 48 | 4E | 75 | 38 | E |
| Octal | 22 | 71 | 20 | 104 | 0 | 110 | 116 | 165 | 70 | 16 |
| Binary | 10010 | 111001 | 10000 | 1000100 | 0 | 1001000 | 1001110 | 1110101 | 111000 | 1110 |
Color Harmonies of #123910
Complementary color
Monochromatic Colors of #123910
Black with #123910
Text Example
Text Example
White with #123910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123910; }
p { color: rgb(18,57,16); }
H1.HeaderClassName
{
color: #123910;
}
.AnyTagClassName
{
color: #123910;
}
</style>
background-color css
<style>
a { background-color: #123910; }
a { background-color: rgb(18,57,16); }
div.DivClassName
{
background-color: #123910;
}
.BgClassName
{
background-color: #123910;
}
</style>
border-color css
<style>
span { border-color: #123910; }
span { border-color: rgb(18,57,16); }
td.TdClassName
{
border-color: #123910;
}
.TagClassName
{
border-color: #123910;
}
</style>