Shades of Myrtle #125314
Tints of Myrtle #125314
RGB
CMYK
RGB Variations
Color information
#125314 (or 0x125314) is known color: Myrtle. HEX triplet: 12, 53 and 14. RGB value is (18,83,20). Sum of RGB (Red+Green+Blue) = 18+83+20=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #125314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125314 is #EDACEB. Grayscale: #383838. Windows color (decimal): -15576300 or 1331986. OLE color: 1331986.
HSL color Cylindrical-coordinate representation of color #125314: hue angle of 121.85º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125314 is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 83 | 20 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.67 |
| HSL | 121.85º | 0.64% | 0.2% | - |
| HSV(B) | 121.85º | 0.78% | 0.33% | - |
| XYZ | 3.47 | 6.37 | 1.71 | - |
| YUV | 56.38 | 107.47 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 20 | 0.78 | 0 | 0.76 | 0.67 | 121.85 | 0.64 | 0.2 |
| Hex | 12 | 53 | 14 | 4E | 0 | 4C | 43 | 7A | 40 | 14 |
| Octal | 22 | 123 | 24 | 116 | 0 | 114 | 103 | 172 | 100 | 24 |
| Binary | 10010 | 1010011 | 10100 | 1001110 | 0 | 1001100 | 1000011 | 1111010 | 1000000 | 10100 |
Color Harmonies of #125314
Complementary color
Monochromatic Colors of #125314
Black with #125314
Text Example
Text Example
White with #125314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125314; }
p { color: rgb(18,83,20); }
H1.HeaderClassName
{
color: #125314;
}
.AnyTagClassName
{
color: #125314;
}
</style>
background-color css
<style>
a { background-color: #125314; }
a { background-color: rgb(18,83,20); }
div.DivClassName
{
background-color: #125314;
}
.BgClassName
{
background-color: #125314;
}
</style>
border-color css
<style>
span { border-color: #125314; }
span { border-color: rgb(18,83,20); }
td.TdClassName
{
border-color: #125314;
}
.TagClassName
{
border-color: #125314;
}
</style>