Shades of Myrtle #255B16
Tints of Myrtle #255B16
RGB
CMYK
RGB Variations
Color information
#255B16 (or 0x255B16) is known color: Myrtle. HEX triplet: 25, 5B and 16. RGB value is (37,91,22). Sum of RGB (Red+Green+Blue) = 37+91+22=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 91 (35.94% from 255 or 60.67% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 91 - color contains mainly: green. Hex color #255B16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255B16 is #DAA4E9. Grayscale: #434343. Windows color (decimal): -14329066 or 1465125. OLE color: 1465125.
HSL color Cylindrical-coordinate representation of color #255B16: hue angle of 106.96º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #255B16 is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 91 | 22 | - |
| CMYK | 0.59 | 0 | 0.76 | 0.64 |
| HSL | 106.96º | 0.61% | 0.22% | - |
| HSV(B) | 106.96º | 0.76% | 0.36% | - |
| XYZ | 4.65 | 7.93 | 2.05 | - |
| YUV | 66.99 | 102.61 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 22 | 0.59 | 0 | 0.76 | 0.64 | 106.96 | 0.61 | 0.22 |
| Hex | 25 | 5B | 16 | 3B | 0 | 4C | 40 | 6B | 3D | 16 |
| Octal | 45 | 133 | 26 | 73 | 0 | 114 | 100 | 153 | 75 | 26 |
| Binary | 100101 | 1011011 | 10110 | 111011 | 0 | 1001100 | 1000000 | 1101011 | 111101 | 10110 |
Color Harmonies of #255B16
Complementary color
Monochromatic Colors of #255B16
Black with #255B16
Text Example
Text Example
White with #255B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B16; }
p { color: rgb(37,91,22); }
H1.HeaderClassName
{
color: #255B16;
}
.AnyTagClassName
{
color: #255B16;
}
</style>
background-color css
<style>
a { background-color: #255B16; }
a { background-color: rgb(37,91,22); }
div.DivClassName
{
background-color: #255B16;
}
.BgClassName
{
background-color: #255B16;
}
</style>
border-color css
<style>
span { border-color: #255B16; }
span { border-color: rgb(37,91,22); }
td.TdClassName
{
border-color: #255B16;
}
.TagClassName
{
border-color: #255B16;
}
</style>