Shades of Myrtle #255A13
Tints of Myrtle #255A13
RGB
CMYK
RGB Variations
Color information
#255A13 (or 0x255A13) is known color: Myrtle. HEX triplet: 25, 5A and 13. RGB value is (37,90,19). Sum of RGB (Red+Green+Blue) = 37+90+19=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 90 (35.55% from 255 or 61.64% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 90 - color contains mainly: green. Hex color #255A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255A13 is #DAA5EC. Grayscale: #424242. Windows color (decimal): -14329325 or 1268261. OLE color: 1268261.
HSL color Cylindrical-coordinate representation of color #255A13: hue angle of 104.79º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #255A13 is Cyan = 0.59, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 90 | 19 | - |
| CMYK | 0.59 | 0 | 0.79 | 0.65 |
| HSL | 104.79º | 0.65% | 0.21% | - |
| HSV(B) | 104.79º | 0.79% | 0.35% | - |
| XYZ | 4.54 | 7.75 | 1.87 | - |
| YUV | 66.06 | 101.44 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 19 | 0.59 | 0 | 0.79 | 0.65 | 104.79 | 0.65 | 0.21 |
| Hex | 25 | 5A | 13 | 3B | 0 | 4F | 41 | 69 | 41 | 15 |
| Octal | 45 | 132 | 23 | 73 | 0 | 117 | 101 | 151 | 101 | 25 |
| Binary | 100101 | 1011010 | 10011 | 111011 | 0 | 1001111 | 1000001 | 1101001 | 1000001 | 10101 |
Color Harmonies of #255A13
Complementary color
Monochromatic Colors of #255A13
Black with #255A13
Text Example
Text Example
White with #255A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255A13; }
p { color: rgb(37,90,19); }
H1.HeaderClassName
{
color: #255A13;
}
.AnyTagClassName
{
color: #255A13;
}
</style>
background-color css
<style>
a { background-color: #255A13; }
a { background-color: rgb(37,90,19); }
div.DivClassName
{
background-color: #255A13;
}
.BgClassName
{
background-color: #255A13;
}
</style>
border-color css
<style>
span { border-color: #255A13; }
span { border-color: rgb(37,90,19); }
td.TdClassName
{
border-color: #255A13;
}
.TagClassName
{
border-color: #255A13;
}
</style>