Shades of Myrtle #256001
Tints of Myrtle #256001
RGB
CMYK
RGB Variations
Color information
#256001 (or 0x256001) is known color: Myrtle. HEX triplet: 25, 60 and 01. RGB value is (37,96,1). Sum of RGB (Red+Green+Blue) = 37+96+1=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 96 (37.89% from 255 or 71.64% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 96 - color contains mainly: green. Hex color #256001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256001 is #DA9FFE. Grayscale: #434343. Windows color (decimal): -14327807 or 90149. OLE color: 90149.
HSL color Cylindrical-coordinate representation of color #256001: hue angle of 97.26º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #256001 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 96 | 1 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.62 |
| HSL | 97.26º | 0.98% | 0.19% | - |
| HSV(B) | 97.26º | 0.99% | 0.38% | - |
| XYZ | 4.95 | 8.76 | 1.46 | - |
| YUV | 67.53 | 90.45 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 1 | 0.61 | 0 | 0.99 | 0.62 | 97.26 | 0.98 | 0.19 |
| Hex | 25 | 60 | 1 | 3D | 0 | 63 | 3E | 61 | 62 | 13 |
| Octal | 45 | 140 | 1 | 75 | 0 | 143 | 76 | 141 | 142 | 23 |
| Binary | 100101 | 1100000 | 1 | 111101 | 0 | 1100011 | 111110 | 1100001 | 1100010 | 10011 |
Color Harmonies of #256001
Complementary color
Monochromatic Colors of #256001
Black with #256001
Text Example
Text Example
White with #256001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256001; }
p { color: rgb(37,96,1); }
H1.HeaderClassName
{
color: #256001;
}
.AnyTagClassName
{
color: #256001;
}
</style>
background-color css
<style>
a { background-color: #256001; }
a { background-color: rgb(37,96,1); }
div.DivClassName
{
background-color: #256001;
}
.BgClassName
{
background-color: #256001;
}
</style>
border-color css
<style>
span { border-color: #256001; }
span { border-color: rgb(37,96,1); }
td.TdClassName
{
border-color: #256001;
}
.TagClassName
{
border-color: #256001;
}
</style>