Shades of Myrtle #256202
Tints of Myrtle #256202
RGB
CMYK
RGB Variations
Color information
#256202 (or 0x256202) is known color: Myrtle. HEX triplet: 25, 62 and 02. RGB value is (37,98,2). Sum of RGB (Red+Green+Blue) = 37+98+2=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 98 (38.67% from 255 or 71.53% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 98 - color contains mainly: green. Hex color #256202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256202 is #DA9DFD. Grayscale: #454545. Windows color (decimal): -14327294 or 156197. OLE color: 156197.
HSL color Cylindrical-coordinate representation of color #256202: hue angle of 98.12º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #256202 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 98 | 2 | - |
| CMYK | 0.62 | 0 | 0.98 | 0.62 |
| HSL | 98.13º | 0.96% | 0.2% | - |
| HSV(B) | 98.13º | 0.98% | 0.38% | - |
| XYZ | 5.14 | 9.13 | 1.55 | - |
| YUV | 68.82 | 90.29 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 2 | 0.62 | 0 | 0.98 | 0.62 | 98.13 | 0.96 | 0.2 |
| Hex | 25 | 62 | 2 | 3E | 0 | 62 | 3E | 62 | 60 | 14 |
| Octal | 45 | 142 | 2 | 76 | 0 | 142 | 76 | 142 | 140 | 24 |
| Binary | 100101 | 1100010 | 10 | 111110 | 0 | 1100010 | 111110 | 1100010 | 1100000 | 10100 |
Color Harmonies of #256202
Complementary color
Monochromatic Colors of #256202
Black with #256202
Text Example
Text Example
White with #256202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256202; }
p { color: rgb(37,98,2); }
H1.HeaderClassName
{
color: #256202;
}
.AnyTagClassName
{
color: #256202;
}
</style>
background-color css
<style>
a { background-color: #256202; }
a { background-color: rgb(37,98,2); }
div.DivClassName
{
background-color: #256202;
}
.BgClassName
{
background-color: #256202;
}
</style>
border-color css
<style>
span { border-color: #256202; }
span { border-color: rgb(37,98,2); }
td.TdClassName
{
border-color: #256202;
}
.TagClassName
{
border-color: #256202;
}
</style>