Shades of Myrtle #256501
Tints of Myrtle #256501
RGB
CMYK
RGB Variations
Color information
#256501 (or 0x256501) is known color: Myrtle. HEX triplet: 25, 65 and 01. RGB value is (37,101,1). Sum of RGB (Red+Green+Blue) = 37+101+1=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 101 (39.84% from 255 or 72.66% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 101 - color contains mainly: green. Hex color #256501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256501 is #DA9AFE. Grayscale: #464646. Windows color (decimal): -14326527 or 91429. OLE color: 91429.
HSL color Cylindrical-coordinate representation of color #256501: hue angle of 98.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #256501 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 101 | 1 | - |
| CMYK | 0.63 | 0 | 0.99 | 0.60 |
| HSL | 98.4º | 0.98% | 0.2% | - |
| HSV(B) | 98.4º | 0.99% | 0.4% | - |
| XYZ | 5.42 | 9.7 | 1.62 | - |
| YUV | 70.46 | 88.8 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 1 | 0.63 | 0 | 0.99 | 0.60 | 98.4 | 0.98 | 0.2 |
| Hex | 25 | 65 | 1 | 3F | 0 | 63 | 3C | 62 | 62 | 14 |
| Octal | 45 | 145 | 1 | 77 | 0 | 143 | 74 | 142 | 142 | 24 |
| Binary | 100101 | 1100101 | 1 | 111111 | 0 | 1100011 | 111100 | 1100010 | 1100010 | 10100 |
Color Harmonies of #256501
Complementary color
Monochromatic Colors of #256501
Black with #256501
Text Example
Text Example
White with #256501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256501; }
p { color: rgb(37,101,1); }
H1.HeaderClassName
{
color: #256501;
}
.AnyTagClassName
{
color: #256501;
}
</style>
background-color css
<style>
a { background-color: #256501; }
a { background-color: rgb(37,101,1); }
div.DivClassName
{
background-color: #256501;
}
.BgClassName
{
background-color: #256501;
}
</style>
border-color css
<style>
span { border-color: #256501; }
span { border-color: rgb(37,101,1); }
td.TdClassName
{
border-color: #256501;
}
.TagClassName
{
border-color: #256501;
}
</style>