Shades of Myrtle #284B16
Tints of Myrtle #284B16
RGB
CMYK
RGB Variations
Color information
#284B16 (or 0x284B16) is known color: Myrtle. HEX triplet: 28, 4B and 16. RGB value is (40,75,22). Sum of RGB (Red+Green+Blue) = 40+75+22=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 75 (29.69% from 255 or 54.74% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 75 - color contains mainly: green. Hex color #284B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284B16 is #D7B4E9. Grayscale: #3A3A3A. Windows color (decimal): -14136554 or 1461032. OLE color: 1461032.
HSL color Cylindrical-coordinate representation of color #284B16: hue angle of 99.62º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #284B16 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 75 | 22 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.71 |
| HSL | 99.62º | 0.55% | 0.19% | - |
| HSV(B) | 99.62º | 0.71% | 0.29% | - |
| XYZ | 3.54 | 5.54 | 1.64 | - |
| YUV | 58.49 | 107.4 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 75 | 22 | 0.47 | 0 | 0.71 | 0.71 | 99.62 | 0.55 | 0.19 |
| Hex | 28 | 4B | 16 | 2F | 0 | 47 | 47 | 64 | 37 | 13 |
| Octal | 50 | 113 | 26 | 57 | 0 | 107 | 107 | 144 | 67 | 23 |
| Binary | 101000 | 1001011 | 10110 | 101111 | 0 | 1000111 | 1000111 | 1100100 | 110111 | 10011 |
Color Harmonies of #284B16
Complementary color
Monochromatic Colors of #284B16
Black with #284B16
Text Example
Text Example
White with #284B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284B16; }
p { color: rgb(40,75,22); }
H1.HeaderClassName
{
color: #284B16;
}
.AnyTagClassName
{
color: #284B16;
}
</style>
background-color css
<style>
a { background-color: #284B16; }
a { background-color: rgb(40,75,22); }
div.DivClassName
{
background-color: #284B16;
}
.BgClassName
{
background-color: #284B16;
}
</style>
border-color css
<style>
span { border-color: #284B16; }
span { border-color: rgb(40,75,22); }
td.TdClassName
{
border-color: #284B16;
}
.TagClassName
{
border-color: #284B16;
}
</style>