Shades of Myrtle #256212
Tints of Myrtle #256212
RGB
CMYK
RGB Variations
Color information
#256212 (or 0x256212) is known color: Myrtle. HEX triplet: 25, 62 and 12. RGB value is (37,98,18). Sum of RGB (Red+Green+Blue) = 37+98+18=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 98 (38.67% from 255 or 64.05% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 98 - color contains mainly: green. Hex color #256212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256212 is #DA9DED. Grayscale: #464646. Windows color (decimal): -14327278 or 1204773. OLE color: 1204773.
HSL color Cylindrical-coordinate representation of color #256212: hue angle of 105.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #256212 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 98 | 18 | - |
| CMYK | 0.62 | 0 | 0.82 | 0.62 |
| HSL | 105.75º | 0.69% | 0.23% | - |
| HSV(B) | 105.75º | 0.82% | 0.38% | - |
| XYZ | 5.24 | 9.17 | 2.07 | - |
| YUV | 70.64 | 98.29 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 18 | 0.62 | 0 | 0.82 | 0.62 | 105.75 | 0.69 | 0.23 |
| Hex | 25 | 62 | 12 | 3E | 0 | 52 | 3E | 6A | 45 | 17 |
| Octal | 45 | 142 | 22 | 76 | 0 | 122 | 76 | 152 | 105 | 27 |
| Binary | 100101 | 1100010 | 10010 | 111110 | 0 | 1010010 | 111110 | 1101010 | 1000101 | 10111 |
Color Harmonies of #256212
Complementary color
Monochromatic Colors of #256212
Black with #256212
Text Example
Text Example
White with #256212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256212; }
p { color: rgb(37,98,18); }
H1.HeaderClassName
{
color: #256212;
}
.AnyTagClassName
{
color: #256212;
}
</style>
background-color css
<style>
a { background-color: #256212; }
a { background-color: rgb(37,98,18); }
div.DivClassName
{
background-color: #256212;
}
.BgClassName
{
background-color: #256212;
}
</style>
border-color css
<style>
span { border-color: #256212; }
span { border-color: rgb(37,98,18); }
td.TdClassName
{
border-color: #256212;
}
.TagClassName
{
border-color: #256212;
}
</style>