Shades of Myrtle #255519
Tints of Myrtle #255519
RGB
CMYK
RGB Variations
Color information
#255519 (or 0x255519) is known color: Myrtle. HEX triplet: 25, 55 and 19. RGB value is (37,85,25). Sum of RGB (Red+Green+Blue) = 37+85+25=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #255519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255519 is #DAAAE6. Grayscale: #404040. Windows color (decimal): -14330599 or 1660197. OLE color: 1660197.
HSL color Cylindrical-coordinate representation of color #255519: hue angle of 108º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #255519 is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 85 | 25 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.67 |
| HSL | 108º | 0.55% | 0.22% | - |
| HSV(B) | 108º | 0.71% | 0.33% | - |
| XYZ | 4.19 | 6.96 | 2.04 | - |
| YUV | 63.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 25 | 0.56 | 0 | 0.71 | 0.67 | 108 | 0.55 | 0.22 |
| Hex | 25 | 55 | 19 | 38 | 0 | 47 | 43 | 6C | 37 | 16 |
| Octal | 45 | 125 | 31 | 70 | 0 | 107 | 103 | 154 | 67 | 26 |
| Binary | 100101 | 1010101 | 11001 | 111000 | 0 | 1000111 | 1000011 | 1101100 | 110111 | 10110 |
Color Harmonies of #255519
Complementary color
Monochromatic Colors of #255519
Black with #255519
Text Example
Text Example
White with #255519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255519; }
p { color: rgb(37,85,25); }
H1.HeaderClassName
{
color: #255519;
}
.AnyTagClassName
{
color: #255519;
}
</style>
background-color css
<style>
a { background-color: #255519; }
a { background-color: rgb(37,85,25); }
div.DivClassName
{
background-color: #255519;
}
.BgClassName
{
background-color: #255519;
}
</style>
border-color css
<style>
span { border-color: #255519; }
span { border-color: rgb(37,85,25); }
td.TdClassName
{
border-color: #255519;
}
.TagClassName
{
border-color: #255519;
}
</style>