Shades of Myrtle #255114
Tints of Myrtle #255114
RGB
CMYK
RGB Variations
Color information
#255114 (or 0x255114) is known color: Myrtle. HEX triplet: 25, 51 and 14. RGB value is (37,81,20). Sum of RGB (Red+Green+Blue) = 37+81+20=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 81 (32.03% from 255 or 58.70% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 81 - color contains mainly: green. Hex color #255114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255114 is #DAAEEB. Grayscale: #3D3D3D. Windows color (decimal): -14331628 or 1331493. OLE color: 1331493.
HSL color Cylindrical-coordinate representation of color #255114: hue angle of 103.28º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255114 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 81 | 20 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.68 |
| HSL | 103.28º | 0.6% | 0.2% | - |
| HSV(B) | 103.28º | 0.75% | 0.32% | - |
| XYZ | 3.83 | 6.33 | 1.68 | - |
| YUV | 60.89 | 104.92 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 20 | 0.54 | 0 | 0.75 | 0.68 | 103.28 | 0.6 | 0.2 |
| Hex | 25 | 51 | 14 | 36 | 0 | 4B | 44 | 67 | 3C | 14 |
| Octal | 45 | 121 | 24 | 66 | 0 | 113 | 104 | 147 | 74 | 24 |
| Binary | 100101 | 1010001 | 10100 | 110110 | 0 | 1001011 | 1000100 | 1100111 | 111100 | 10100 |
Color Harmonies of #255114
Complementary color
Monochromatic Colors of #255114
Black with #255114
Text Example
Text Example
White with #255114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255114; }
p { color: rgb(37,81,20); }
H1.HeaderClassName
{
color: #255114;
}
.AnyTagClassName
{
color: #255114;
}
</style>
background-color css
<style>
a { background-color: #255114; }
a { background-color: rgb(37,81,20); }
div.DivClassName
{
background-color: #255114;
}
.BgClassName
{
background-color: #255114;
}
</style>
border-color css
<style>
span { border-color: #255114; }
span { border-color: rgb(37,81,20); }
td.TdClassName
{
border-color: #255114;
}
.TagClassName
{
border-color: #255114;
}
</style>