Shades of Myrtle #28610A
Tints of Myrtle #28610A
RGB
CMYK
RGB Variations
Color information
#28610A (or 0x28610A) is known color: Myrtle. HEX triplet: 28, 61 and 0A. RGB value is (40,97,10). Sum of RGB (Red+Green+Blue) = 40+97+10=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 97 (38.28% from 255 or 65.99% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 97 - color contains mainly: green. Hex color #28610A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28610A is #D79EF5. Grayscale: #464646. Windows color (decimal): -14130934 or 680232. OLE color: 680232.
HSL color Cylindrical-coordinate representation of color #28610A: hue angle of 99.31º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28610A is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 97 | 10 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.62 |
| HSL | 99.31º | 0.81% | 0.21% | - |
| HSV(B) | 99.31º | 0.9% | 0.38% | - |
| XYZ | 5.2 | 9.02 | 1.75 | - |
| YUV | 70.04 | 94.12 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 10 | 0.59 | 0 | 0.90 | 0.62 | 99.31 | 0.81 | 0.21 |
| Hex | 28 | 61 | A | 3B | 0 | 5A | 3E | 63 | 51 | 15 |
| Octal | 50 | 141 | 12 | 73 | 0 | 132 | 76 | 143 | 121 | 25 |
| Binary | 101000 | 1100001 | 1010 | 111011 | 0 | 1011010 | 111110 | 1100011 | 1010001 | 10101 |
Color Harmonies of #28610A
Complementary color
Monochromatic Colors of #28610A
Black with #28610A
Text Example
Text Example
White with #28610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28610A; }
p { color: rgb(40,97,10); }
H1.HeaderClassName
{
color: #28610A;
}
.AnyTagClassName
{
color: #28610A;
}
</style>
background-color css
<style>
a { background-color: #28610A; }
a { background-color: rgb(40,97,10); }
div.DivClassName
{
background-color: #28610A;
}
.BgClassName
{
background-color: #28610A;
}
</style>
border-color css
<style>
span { border-color: #28610A; }
span { border-color: rgb(40,97,10); }
td.TdClassName
{
border-color: #28610A;
}
.TagClassName
{
border-color: #28610A;
}
</style>