Shades of Myrtle #28521B
Tints of Myrtle #28521B
RGB
CMYK
RGB Variations
Color information
#28521B (or 0x28521B) is known color: Myrtle. HEX triplet: 28, 52 and 1B. RGB value is (40,82,27). Sum of RGB (Red+Green+Blue) = 40+82+27=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 82 (32.42% from 255 or 55.03% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 82 - color contains mainly: green. Hex color #28521B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28521B is #D7ADE4. Grayscale: #3F3F3F. Windows color (decimal): -14134757 or 1790504. OLE color: 1790504.
HSL color Cylindrical-coordinate representation of color #28521B: hue angle of 105.82º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28521B is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 82 | 27 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.68 |
| HSL | 105.82º | 0.5% | 0.21% | - |
| HSV(B) | 105.82º | 0.67% | 0.32% | - |
| XYZ | 4.09 | 6.56 | 2.09 | - |
| YUV | 63.17 | 107.59 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 27 | 0.51 | 0 | 0.67 | 0.68 | 105.82 | 0.5 | 0.21 |
| Hex | 28 | 52 | 1B | 33 | 0 | 43 | 44 | 6A | 32 | 15 |
| Octal | 50 | 122 | 33 | 63 | 0 | 103 | 104 | 152 | 62 | 25 |
| Binary | 101000 | 1010010 | 11011 | 110011 | 0 | 1000011 | 1000100 | 1101010 | 110010 | 10101 |
Color Harmonies of #28521B
Complementary color
Monochromatic Colors of #28521B
Black with #28521B
Text Example
Text Example
White with #28521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28521B; }
p { color: rgb(40,82,27); }
H1.HeaderClassName
{
color: #28521B;
}
.AnyTagClassName
{
color: #28521B;
}
</style>
background-color css
<style>
a { background-color: #28521B; }
a { background-color: rgb(40,82,27); }
div.DivClassName
{
background-color: #28521B;
}
.BgClassName
{
background-color: #28521B;
}
</style>
border-color css
<style>
span { border-color: #28521B; }
span { border-color: rgb(40,82,27); }
td.TdClassName
{
border-color: #28521B;
}
.TagClassName
{
border-color: #28521B;
}
</style>