Shades of Myrtle #255001
Tints of Myrtle #255001
RGB
CMYK
RGB Variations
Color information
#255001 (or 0x255001) is known color: Myrtle. HEX triplet: 25, 50 and 01. RGB value is (37,80,1). Sum of RGB (Red+Green+Blue) = 37+80+1=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #255001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255001 is #DAAFFE. Grayscale: #3A3A3A. Windows color (decimal): -14331903 or 86053. OLE color: 86053.
HSL color Cylindrical-coordinate representation of color #255001: hue angle of 92.66º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #255001 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 80 | 1 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.69 |
| HSL | 92.66º | 0.98% | 0.16% | - |
| HSV(B) | 92.66º | 0.99% | 0.31% | - |
| XYZ | 3.64 | 6.13 | 1.02 | - |
| YUV | 58.14 | 95.75 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 1 | 0.54 | 0 | 0.99 | 0.69 | 92.66 | 0.98 | 0.16 |
| Hex | 25 | 50 | 1 | 36 | 0 | 63 | 45 | 5D | 62 | 10 |
| Octal | 45 | 120 | 1 | 66 | 0 | 143 | 105 | 135 | 142 | 20 |
| Binary | 100101 | 1010000 | 1 | 110110 | 0 | 1100011 | 1000101 | 1011101 | 1100010 | 10000 |
Color Harmonies of #255001
Complementary color
Monochromatic Colors of #255001
Black with #255001
Text Example
Text Example
White with #255001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255001; }
p { color: rgb(37,80,1); }
H1.HeaderClassName
{
color: #255001;
}
.AnyTagClassName
{
color: #255001;
}
</style>
background-color css
<style>
a { background-color: #255001; }
a { background-color: rgb(37,80,1); }
div.DivClassName
{
background-color: #255001;
}
.BgClassName
{
background-color: #255001;
}
</style>
border-color css
<style>
span { border-color: #255001; }
span { border-color: rgb(37,80,1); }
td.TdClassName
{
border-color: #255001;
}
.TagClassName
{
border-color: #255001;
}
</style>