Shades of Myrtle #255D16
Tints of Myrtle #255D16
RGB
CMYK
RGB Variations
Color information
#255D16 (or 0x255D16) is known color: Myrtle. HEX triplet: 25, 5D and 16. RGB value is (37,93,22). Sum of RGB (Red+Green+Blue) = 37+93+22=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 93 (36.72% from 255 or 61.18% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 93 - color contains mainly: green. Hex color #255D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255D16 is #DAA2E9. Grayscale: #444444. Windows color (decimal): -14328554 or 1465637. OLE color: 1465637.
HSL color Cylindrical-coordinate representation of color #255D16: hue angle of 107.32º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #255D16 is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 93 | 22 | - |
| CMYK | 0.60 | 0 | 0.76 | 0.64 |
| HSL | 107.32º | 0.62% | 0.23% | - |
| HSV(B) | 107.32º | 0.76% | 0.36% | - |
| XYZ | 4.82 | 8.28 | 2.1 | - |
| YUV | 68.16 | 101.95 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 22 | 0.60 | 0 | 0.76 | 0.64 | 107.32 | 0.62 | 0.23 |
| Hex | 25 | 5D | 16 | 3C | 0 | 4C | 40 | 6B | 3E | 17 |
| Octal | 45 | 135 | 26 | 74 | 0 | 114 | 100 | 153 | 76 | 27 |
| Binary | 100101 | 1011101 | 10110 | 111100 | 0 | 1001100 | 1000000 | 1101011 | 111110 | 10111 |
Color Harmonies of #255D16
Complementary color
Monochromatic Colors of #255D16
Black with #255D16
Text Example
Text Example
White with #255D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D16; }
p { color: rgb(37,93,22); }
H1.HeaderClassName
{
color: #255D16;
}
.AnyTagClassName
{
color: #255D16;
}
</style>
background-color css
<style>
a { background-color: #255D16; }
a { background-color: rgb(37,93,22); }
div.DivClassName
{
background-color: #255D16;
}
.BgClassName
{
background-color: #255D16;
}
</style>
border-color css
<style>
span { border-color: #255D16; }
span { border-color: rgb(37,93,22); }
td.TdClassName
{
border-color: #255D16;
}
.TagClassName
{
border-color: #255D16;
}
</style>