Shades of Myrtle #256201
Tints of Myrtle #256201
RGB
CMYK
RGB Variations
Color information
#256201 (or 0x256201) is known color: Myrtle. HEX triplet: 25, 62 and 01. RGB value is (37,98,1). Sum of RGB (Red+Green+Blue) = 37+98+1=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 98 (38.67% from 255 or 72.06% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 98 - color contains mainly: green. Hex color #256201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256201 is #DA9DFE. Grayscale: #454545. Windows color (decimal): -14327295 or 90661. OLE color: 90661.
HSL color Cylindrical-coordinate representation of color #256201: hue angle of 97.73º 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 #256201 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 98 | 1 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.62 |
| HSL | 97.73º | 0.98% | 0.19% | - |
| HSV(B) | 97.73º | 0.99% | 0.38% | - |
| XYZ | 5.14 | 9.13 | 1.52 | - |
| YUV | 68.7 | 89.79 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 1 | 0.62 | 0 | 0.99 | 0.62 | 97.73 | 0.98 | 0.19 |
| Hex | 25 | 62 | 1 | 3E | 0 | 63 | 3E | 62 | 62 | 13 |
| Octal | 45 | 142 | 1 | 76 | 0 | 143 | 76 | 142 | 142 | 23 |
| Binary | 100101 | 1100010 | 1 | 111110 | 0 | 1100011 | 111110 | 1100010 | 1100010 | 10011 |
Color Harmonies of #256201
Complementary color
Monochromatic Colors of #256201
Black with #256201
Text Example
Text Example
White with #256201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256201; }
p { color: rgb(37,98,1); }
H1.HeaderClassName
{
color: #256201;
}
.AnyTagClassName
{
color: #256201;
}
</style>
background-color css
<style>
a { background-color: #256201; }
a { background-color: rgb(37,98,1); }
div.DivClassName
{
background-color: #256201;
}
.BgClassName
{
background-color: #256201;
}
</style>
border-color css
<style>
span { border-color: #256201; }
span { border-color: rgb(37,98,1); }
td.TdClassName
{
border-color: #256201;
}
.TagClassName
{
border-color: #256201;
}
</style>