Shades of Myrtle #255401
Tints of Myrtle #255401
RGB
CMYK
RGB Variations
Color information
#255401 (or 0x255401) is known color: Myrtle. HEX triplet: 25, 54 and 01. RGB value is (37,84,1). Sum of RGB (Red+Green+Blue) = 37+84+1=122 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.33% from 122); Green value is 84 (33.20% from 255 or 68.85% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 84 - color contains mainly: green. Hex color #255401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255401 is #DAABFE. Grayscale: #3C3C3C. Windows color (decimal): -14330879 or 87077. OLE color: 87077.
HSL color Cylindrical-coordinate representation of color #255401: hue angle of 93.98º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #255401 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 84 | 1 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.67 |
| HSL | 93.98º | 0.98% | 0.17% | - |
| HSV(B) | 93.98º | 0.99% | 0.33% | - |
| XYZ | 3.94 | 6.74 | 1.12 | - |
| YUV | 60.49 | 94.43 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 1 | 0.56 | 0 | 0.99 | 0.67 | 93.98 | 0.98 | 0.17 |
| Hex | 25 | 54 | 1 | 38 | 0 | 63 | 43 | 5E | 62 | 11 |
| Octal | 45 | 124 | 1 | 70 | 0 | 143 | 103 | 136 | 142 | 21 |
| Binary | 100101 | 1010100 | 1 | 111000 | 0 | 1100011 | 1000011 | 1011110 | 1100010 | 10001 |
Color Harmonies of #255401
Complementary color
Monochromatic Colors of #255401
Black with #255401
Text Example
Text Example
White with #255401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255401; }
p { color: rgb(37,84,1); }
H1.HeaderClassName
{
color: #255401;
}
.AnyTagClassName
{
color: #255401;
}
</style>
background-color css
<style>
a { background-color: #255401; }
a { background-color: rgb(37,84,1); }
div.DivClassName
{
background-color: #255401;
}
.BgClassName
{
background-color: #255401;
}
</style>
border-color css
<style>
span { border-color: #255401; }
span { border-color: rgb(37,84,1); }
td.TdClassName
{
border-color: #255401;
}
.TagClassName
{
border-color: #255401;
}
</style>