Shades of Myrtle #255B13
Tints of Myrtle #255B13
RGB
CMYK
RGB Variations
Color information
#255B13 (or 0x255B13) is known color: Myrtle. HEX triplet: 25, 5B and 13. RGB value is (37,91,19). Sum of RGB (Red+Green+Blue) = 37+91+19=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 91 (35.94% from 255 or 61.90% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 91 - color contains mainly: green. Hex color #255B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255B13 is #DAA4EC. Grayscale: #424242. Windows color (decimal): -14329069 or 1268517. OLE color: 1268517.
HSL color Cylindrical-coordinate representation of color #255B13: hue angle of 105º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #255B13 is Cyan = 0.59, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 91 | 19 | - |
| CMYK | 0.59 | 0 | 0.79 | 0.64 |
| HSL | 105º | 0.65% | 0.22% | - |
| HSV(B) | 105º | 0.79% | 0.36% | - |
| XYZ | 4.62 | 7.92 | 1.9 | - |
| YUV | 66.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 19 | 0.59 | 0 | 0.79 | 0.64 | 105 | 0.65 | 0.22 |
| Hex | 25 | 5B | 13 | 3B | 0 | 4F | 40 | 69 | 41 | 16 |
| Octal | 45 | 133 | 23 | 73 | 0 | 117 | 100 | 151 | 101 | 26 |
| Binary | 100101 | 1011011 | 10011 | 111011 | 0 | 1001111 | 1000000 | 1101001 | 1000001 | 10110 |
Color Harmonies of #255B13
Complementary color
Monochromatic Colors of #255B13
Black with #255B13
Text Example
Text Example
White with #255B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B13; }
p { color: rgb(37,91,19); }
H1.HeaderClassName
{
color: #255B13;
}
.AnyTagClassName
{
color: #255B13;
}
</style>
background-color css
<style>
a { background-color: #255B13; }
a { background-color: rgb(37,91,19); }
div.DivClassName
{
background-color: #255B13;
}
.BgClassName
{
background-color: #255B13;
}
</style>
border-color css
<style>
span { border-color: #255B13; }
span { border-color: rgb(37,91,19); }
td.TdClassName
{
border-color: #255B13;
}
.TagClassName
{
border-color: #255B13;
}
</style>