Shades of Myrtle #28520B
Tints of Myrtle #28520B
RGB
CMYK
RGB Variations
Color information
#28520B (or 0x28520B) is known color: Myrtle. HEX triplet: 28, 52 and 0B. RGB value is (40,82,11). Sum of RGB (Red+Green+Blue) = 40+82+11=133 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.08% from 133); Green value is 82 (32.42% from 255 or 61.65% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 82 - color contains mainly: green. Hex color #28520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28520B is #D7ADF4. Grayscale: #3D3D3D. Windows color (decimal): -14134773 or 741928. OLE color: 741928.
HSL color Cylindrical-coordinate representation of color #28520B: hue angle of 95.49º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28520B is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 82 | 11 | - |
| CMYK | 0.51 | 0 | 0.87 | 0.68 |
| HSL | 95.49º | 0.76% | 0.18% | - |
| HSV(B) | 95.49º | 0.87% | 0.32% | - |
| XYZ | 3.95 | 6.51 | 1.36 | - |
| YUV | 61.35 | 99.59 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 11 | 0.51 | 0 | 0.87 | 0.68 | 95.49 | 0.76 | 0.18 |
| Hex | 28 | 52 | B | 33 | 0 | 57 | 44 | 5F | 4C | 12 |
| Octal | 50 | 122 | 13 | 63 | 0 | 127 | 104 | 137 | 114 | 22 |
| Binary | 101000 | 1010010 | 1011 | 110011 | 0 | 1010111 | 1000100 | 1011111 | 1001100 | 10010 |
Color Harmonies of #28520B
Complementary color
Monochromatic Colors of #28520B
Black with #28520B
Text Example
Text Example
White with #28520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28520B; }
p { color: rgb(40,82,11); }
H1.HeaderClassName
{
color: #28520B;
}
.AnyTagClassName
{
color: #28520B;
}
</style>
background-color css
<style>
a { background-color: #28520B; }
a { background-color: rgb(40,82,11); }
div.DivClassName
{
background-color: #28520B;
}
.BgClassName
{
background-color: #28520B;
}
</style>
border-color css
<style>
span { border-color: #28520B; }
span { border-color: rgb(40,82,11); }
td.TdClassName
{
border-color: #28520B;
}
.TagClassName
{
border-color: #28520B;
}
</style>