Shades of Myrtle #28580D
Tints of Myrtle #28580D
RGB
CMYK
RGB Variations
Color information
#28580D (or 0x28580D) is known color: Myrtle. HEX triplet: 28, 58 and 0D. RGB value is (40,88,13). Sum of RGB (Red+Green+Blue) = 40+88+13=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #28580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28580D is #D7A7F2. Grayscale: #414141. Windows color (decimal): -14133235 or 874536. OLE color: 874536.
HSL color Cylindrical-coordinate representation of color #28580D: hue angle of 98.4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28580D is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 88 | 13 | - |
| CMYK | 0.55 | 0 | 0.85 | 0.65 |
| HSL | 98.4º | 0.74% | 0.2% | - |
| HSV(B) | 98.4º | 0.85% | 0.35% | - |
| XYZ | 4.44 | 7.46 | 1.59 | - |
| YUV | 65.1 | 98.6 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 13 | 0.55 | 0 | 0.85 | 0.65 | 98.4 | 0.74 | 0.2 |
| Hex | 28 | 58 | D | 37 | 0 | 55 | 41 | 62 | 4A | 14 |
| Octal | 50 | 130 | 15 | 67 | 0 | 125 | 101 | 142 | 112 | 24 |
| Binary | 101000 | 1011000 | 1101 | 110111 | 0 | 1010101 | 1000001 | 1100010 | 1001010 | 10100 |
Color Harmonies of #28580D
Complementary color
Monochromatic Colors of #28580D
Black with #28580D
Text Example
Text Example
White with #28580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28580D; }
p { color: rgb(40,88,13); }
H1.HeaderClassName
{
color: #28580D;
}
.AnyTagClassName
{
color: #28580D;
}
</style>
background-color css
<style>
a { background-color: #28580D; }
a { background-color: rgb(40,88,13); }
div.DivClassName
{
background-color: #28580D;
}
.BgClassName
{
background-color: #28580D;
}
</style>
border-color css
<style>
span { border-color: #28580D; }
span { border-color: rgb(40,88,13); }
td.TdClassName
{
border-color: #28580D;
}
.TagClassName
{
border-color: #28580D;
}
</style>