Shades of Myrtle #28550B
Tints of Myrtle #28550B
RGB
CMYK
RGB Variations
Color information
#28550B (or 0x28550B) is known color: Myrtle. HEX triplet: 28, 55 and 0B. RGB value is (40,85,11). Sum of RGB (Red+Green+Blue) = 40+85+11=136 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.41% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #28550B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28550B is #D7AAF4. Grayscale: #3F3F3F. Windows color (decimal): -14134005 or 742696. OLE color: 742696.
HSL color Cylindrical-coordinate representation of color #28550B: hue angle of 96.49º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28550B is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 85 | 11 | - |
| CMYK | 0.53 | 0 | 0.87 | 0.67 |
| HSL | 96.49º | 0.77% | 0.19% | - |
| HSV(B) | 96.49º | 0.87% | 0.33% | - |
| XYZ | 4.18 | 6.97 | 1.44 | - |
| YUV | 63.11 | 98.59 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 11 | 0.53 | 0 | 0.87 | 0.67 | 96.49 | 0.77 | 0.19 |
| Hex | 28 | 55 | B | 35 | 0 | 57 | 43 | 60 | 4D | 13 |
| Octal | 50 | 125 | 13 | 65 | 0 | 127 | 103 | 140 | 115 | 23 |
| Binary | 101000 | 1010101 | 1011 | 110101 | 0 | 1010111 | 1000011 | 1100000 | 1001101 | 10011 |
Color Harmonies of #28550B
Complementary color
Monochromatic Colors of #28550B
Black with #28550B
Text Example
Text Example
White with #28550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28550B; }
p { color: rgb(40,85,11); }
H1.HeaderClassName
{
color: #28550B;
}
.AnyTagClassName
{
color: #28550B;
}
</style>
background-color css
<style>
a { background-color: #28550B; }
a { background-color: rgb(40,85,11); }
div.DivClassName
{
background-color: #28550B;
}
.BgClassName
{
background-color: #28550B;
}
</style>
border-color css
<style>
span { border-color: #28550B; }
span { border-color: rgb(40,85,11); }
td.TdClassName
{
border-color: #28550B;
}
.TagClassName
{
border-color: #28550B;
}
</style>