Shades of Myrtle #28520C
Tints of Myrtle #28520C
RGB
CMYK
RGB Variations
Color information
#28520C (or 0x28520C) is known color: Myrtle. HEX triplet: 28, 52 and 0C. RGB value is (40,82,12). Sum of RGB (Red+Green+Blue) = 40+82+12=134 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.85% from 134); Green value is 82 (32.42% from 255 or 61.19% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 82 - color contains mainly: green. Hex color #28520C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28520C is #D7ADF3. Grayscale: #3D3D3D. Windows color (decimal): -14134772 or 807464. OLE color: 807464.
HSL color Cylindrical-coordinate representation of color #28520C: hue angle of 96º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28520C is Cyan = 0.51, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 82 | 12 | - |
| CMYK | 0.51 | 0 | 0.85 | 0.68 |
| HSL | 96º | 0.74% | 0.18% | - |
| HSV(B) | 96º | 0.85% | 0.32% | - |
| XYZ | 3.96 | 6.51 | 1.4 | - |
| YUV | 61.46 | 100.09 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 12 | 0.51 | 0 | 0.85 | 0.68 | 96 | 0.74 | 0.18 |
| Hex | 28 | 52 | C | 33 | 0 | 55 | 44 | 60 | 4A | 12 |
| Octal | 50 | 122 | 14 | 63 | 0 | 125 | 104 | 140 | 112 | 22 |
| Binary | 101000 | 1010010 | 1100 | 110011 | 0 | 1010101 | 1000100 | 1100000 | 1001010 | 10010 |
Color Harmonies of #28520C
Complementary color
Monochromatic Colors of #28520C
Black with #28520C
Text Example
Text Example
White with #28520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28520C; }
p { color: rgb(40,82,12); }
H1.HeaderClassName
{
color: #28520C;
}
.AnyTagClassName
{
color: #28520C;
}
</style>
background-color css
<style>
a { background-color: #28520C; }
a { background-color: rgb(40,82,12); }
div.DivClassName
{
background-color: #28520C;
}
.BgClassName
{
background-color: #28520C;
}
</style>
border-color css
<style>
span { border-color: #28520C; }
span { border-color: rgb(40,82,12); }
td.TdClassName
{
border-color: #28520C;
}
.TagClassName
{
border-color: #28520C;
}
</style>