Shades of Myrtle #255115
Tints of Myrtle #255115
RGB
CMYK
RGB Variations
Color information
#255115 (or 0x255115) is known color: Myrtle. HEX triplet: 25, 51 and 15. RGB value is (37,81,21). Sum of RGB (Red+Green+Blue) = 37+81+21=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #255115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255115 is #DAAEEA. Grayscale: #3D3D3D. Windows color (decimal): -14331627 or 1397029. OLE color: 1397029.
HSL color Cylindrical-coordinate representation of color #255115: hue angle of 104º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #255115 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 81 | 21 | - |
| CMYK | 0.54 | 0 | 0.74 | 0.68 |
| HSL | 104º | 0.59% | 0.2% | - |
| HSV(B) | 104º | 0.74% | 0.32% | - |
| XYZ | 3.84 | 6.33 | 1.73 | - |
| YUV | 61 | 105.42 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 21 | 0.54 | 0 | 0.74 | 0.68 | 104 | 0.59 | 0.2 |
| Hex | 25 | 51 | 15 | 36 | 0 | 4A | 44 | 68 | 3B | 14 |
| Octal | 45 | 121 | 25 | 66 | 0 | 112 | 104 | 150 | 73 | 24 |
| Binary | 100101 | 1010001 | 10101 | 110110 | 0 | 1001010 | 1000100 | 1101000 | 111011 | 10100 |
Color Harmonies of #255115
Complementary color
Monochromatic Colors of #255115
Black with #255115
Text Example
Text Example
White with #255115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255115; }
p { color: rgb(37,81,21); }
H1.HeaderClassName
{
color: #255115;
}
.AnyTagClassName
{
color: #255115;
}
</style>
background-color css
<style>
a { background-color: #255115; }
a { background-color: rgb(37,81,21); }
div.DivClassName
{
background-color: #255115;
}
.BgClassName
{
background-color: #255115;
}
</style>
border-color css
<style>
span { border-color: #255115; }
span { border-color: rgb(37,81,21); }
td.TdClassName
{
border-color: #255115;
}
.TagClassName
{
border-color: #255115;
}
</style>