Shades of Myrtle #28521D
Tints of Myrtle #28521D
RGB
CMYK
RGB Variations
Color information
#28521D (or 0x28521D) is known color: Myrtle. HEX triplet: 28, 52 and 1D. RGB value is (40,82,29). Sum of RGB (Red+Green+Blue) = 40+82+29=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 82 (32.42% from 255 or 54.30% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 82 - color contains mainly: green. Hex color #28521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28521D is #D7ADE2. Grayscale: #3F3F3F. Windows color (decimal): -14134755 or 1921576. OLE color: 1921576.
HSL color Cylindrical-coordinate representation of color #28521D: hue angle of 107.55º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28521D is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 82 | 29 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.68 |
| HSL | 107.55º | 0.48% | 0.22% | - |
| HSV(B) | 107.55º | 0.65% | 0.32% | - |
| XYZ | 4.11 | 6.57 | 2.21 | - |
| YUV | 63.4 | 108.59 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 29 | 0.51 | 0 | 0.65 | 0.68 | 107.55 | 0.48 | 0.22 |
| Hex | 28 | 52 | 1D | 33 | 0 | 41 | 44 | 6C | 30 | 16 |
| Octal | 50 | 122 | 35 | 63 | 0 | 101 | 104 | 154 | 60 | 26 |
| Binary | 101000 | 1010010 | 11101 | 110011 | 0 | 1000001 | 1000100 | 1101100 | 110000 | 10110 |
Color Harmonies of #28521D
Complementary color
Monochromatic Colors of #28521D
Black with #28521D
Text Example
Text Example
White with #28521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28521D; }
p { color: rgb(40,82,29); }
H1.HeaderClassName
{
color: #28521D;
}
.AnyTagClassName
{
color: #28521D;
}
</style>
background-color css
<style>
a { background-color: #28521D; }
a { background-color: rgb(40,82,29); }
div.DivClassName
{
background-color: #28521D;
}
.BgClassName
{
background-color: #28521D;
}
</style>
border-color css
<style>
span { border-color: #28521D; }
span { border-color: rgb(40,82,29); }
td.TdClassName
{
border-color: #28521D;
}
.TagClassName
{
border-color: #28521D;
}
</style>