Shades of Myrtle #255C13
Tints of Myrtle #255C13
RGB
CMYK
RGB Variations
Color information
#255C13 (or 0x255C13) is known color: Myrtle. HEX triplet: 25, 5C and 13. RGB value is (37,92,19). Sum of RGB (Red+Green+Blue) = 37+92+19=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 92 (36.33% from 255 or 62.16% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 92 - color contains mainly: green. Hex color #255C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255C13 is #DAA3EC. Grayscale: #434343. Windows color (decimal): -14328813 or 1268773. OLE color: 1268773.
HSL color Cylindrical-coordinate representation of color #255C13: hue angle of 105.21º degrees, saturation: 0.66, 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 #255C13 is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 92 | 19 | - |
| CMYK | 0.60 | 0 | 0.79 | 0.64 |
| HSL | 105.21º | 0.66% | 0.22% | - |
| HSV(B) | 105.21º | 0.79% | 0.36% | - |
| XYZ | 4.71 | 8.09 | 1.93 | - |
| YUV | 67.23 | 100.78 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 19 | 0.60 | 0 | 0.79 | 0.64 | 105.21 | 0.66 | 0.22 |
| Hex | 25 | 5C | 13 | 3C | 0 | 4F | 40 | 69 | 42 | 16 |
| Octal | 45 | 134 | 23 | 74 | 0 | 117 | 100 | 151 | 102 | 26 |
| Binary | 100101 | 1011100 | 10011 | 111100 | 0 | 1001111 | 1000000 | 1101001 | 1000010 | 10110 |
Color Harmonies of #255C13
Complementary color
Monochromatic Colors of #255C13
Black with #255C13
Text Example
Text Example
White with #255C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C13; }
p { color: rgb(37,92,19); }
H1.HeaderClassName
{
color: #255C13;
}
.AnyTagClassName
{
color: #255C13;
}
</style>
background-color css
<style>
a { background-color: #255C13; }
a { background-color: rgb(37,92,19); }
div.DivClassName
{
background-color: #255C13;
}
.BgClassName
{
background-color: #255C13;
}
</style>
border-color css
<style>
span { border-color: #255C13; }
span { border-color: rgb(37,92,19); }
td.TdClassName
{
border-color: #255C13;
}
.TagClassName
{
border-color: #255C13;
}
</style>