Shades of Myrtle #123912
Tints of Myrtle #123912
RGB
CMYK
RGB Variations
Color information
#123912 (or 0x123912) is known color: Myrtle. HEX triplet: 12, 39 and 12. RGB value is (18,57,18). Sum of RGB (Red+Green+Blue) = 18+57+18=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 57 (22.66% from 255 or 61.29% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 57 - color contains mainly: green. Hex color #123912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123912 is #EDC6ED. Grayscale: #292929. Windows color (decimal): -15582958 or 1194258. OLE color: 1194258.
HSL color Cylindrical-coordinate representation of color #123912: hue angle of 120º degrees, saturation: 0.52, 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 #123912 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 57 | 18 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.78 |
| HSL | 120º | 0.52% | 0.15% | - |
| HSV(B) | 120º | 0.68% | 0.22% | - |
| XYZ | 1.82 | 3.1 | 1.07 | - |
| YUV | 40.89 | 115.08 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 18 | 0.68 | 0 | 0.68 | 0.78 | 120 | 0.52 | 0.15 |
| Hex | 12 | 39 | 12 | 44 | 0 | 44 | 4E | 78 | 34 | F |
| Octal | 22 | 71 | 22 | 104 | 0 | 104 | 116 | 170 | 64 | 17 |
| Binary | 10010 | 111001 | 10010 | 1000100 | 0 | 1000100 | 1001110 | 1111000 | 110100 | 1111 |
Color Harmonies of #123912
Complementary color
Monochromatic Colors of #123912
Black with #123912
Text Example
Text Example
White with #123912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123912; }
p { color: rgb(18,57,18); }
H1.HeaderClassName
{
color: #123912;
}
.AnyTagClassName
{
color: #123912;
}
</style>
background-color css
<style>
a { background-color: #123912; }
a { background-color: rgb(18,57,18); }
div.DivClassName
{
background-color: #123912;
}
.BgClassName
{
background-color: #123912;
}
</style>
border-color css
<style>
span { border-color: #123912; }
span { border-color: rgb(18,57,18); }
td.TdClassName
{
border-color: #123912;
}
.TagClassName
{
border-color: #123912;
}
</style>