Shades of Myrtle #255013
Tints of Myrtle #255013
RGB
CMYK
RGB Variations
Color information
#255013 (or 0x255013) is known color: Myrtle. HEX triplet: 25, 50 and 13. RGB value is (37,80,19). Sum of RGB (Red+Green+Blue) = 37+80+19=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #255013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255013 is #DAAFEC. Grayscale: #3C3C3C. Windows color (decimal): -14331885 or 1265701. OLE color: 1265701.
HSL color Cylindrical-coordinate representation of color #255013: hue angle of 102.3º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #255013 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 80 | 19 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.69 |
| HSL | 102.3º | 0.62% | 0.19% | - |
| HSV(B) | 102.3º | 0.76% | 0.31% | - |
| XYZ | 3.75 | 6.18 | 1.61 | - |
| YUV | 60.19 | 104.75 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 19 | 0.54 | 0 | 0.76 | 0.69 | 102.3 | 0.62 | 0.19 |
| Hex | 25 | 50 | 13 | 36 | 0 | 4C | 45 | 66 | 3E | 13 |
| Octal | 45 | 120 | 23 | 66 | 0 | 114 | 105 | 146 | 76 | 23 |
| Binary | 100101 | 1010000 | 10011 | 110110 | 0 | 1001100 | 1000101 | 1100110 | 111110 | 10011 |
Color Harmonies of #255013
Complementary color
Monochromatic Colors of #255013
Black with #255013
Text Example
Text Example
White with #255013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255013; }
p { color: rgb(37,80,19); }
H1.HeaderClassName
{
color: #255013;
}
.AnyTagClassName
{
color: #255013;
}
</style>
background-color css
<style>
a { background-color: #255013; }
a { background-color: rgb(37,80,19); }
div.DivClassName
{
background-color: #255013;
}
.BgClassName
{
background-color: #255013;
}
</style>
border-color css
<style>
span { border-color: #255013; }
span { border-color: rgb(37,80,19); }
td.TdClassName
{
border-color: #255013;
}
.TagClassName
{
border-color: #255013;
}
</style>