Shades of Myrtle #284E14
Tints of Myrtle #284E14
RGB
CMYK
RGB Variations
Color information
#284E14 (or 0x284E14) is known color: Myrtle. HEX triplet: 28, 4E and 14. RGB value is (40,78,20). Sum of RGB (Red+Green+Blue) = 40+78+20=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 78 (30.86% from 255 or 56.52% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 78 - color contains mainly: green. Hex color #284E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #284E14 is #D7B1EB. Grayscale: #3C3C3C. Windows color (decimal): -14135788 or 1330728. OLE color: 1330728.
HSL color Cylindrical-coordinate representation of color #284E14: hue angle of 99.31º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #284E14 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 78 | 20 | - |
| CMYK | 0.49 | 0 | 0.74 | 0.69 |
| HSL | 99.31º | 0.59% | 0.19% | - |
| HSV(B) | 99.31º | 0.74% | 0.31% | - |
| XYZ | 3.73 | 5.95 | 1.61 | - |
| YUV | 60.03 | 105.41 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 20 | 0.49 | 0 | 0.74 | 0.69 | 99.31 | 0.59 | 0.19 |
| Hex | 28 | 4E | 14 | 31 | 0 | 4A | 45 | 63 | 3B | 13 |
| Octal | 50 | 116 | 24 | 61 | 0 | 112 | 105 | 143 | 73 | 23 |
| Binary | 101000 | 1001110 | 10100 | 110001 | 0 | 1001010 | 1000101 | 1100011 | 111011 | 10011 |
Color Harmonies of #284E14
Complementary color
Monochromatic Colors of #284E14
Black with #284E14
Text Example
Text Example
White with #284E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284E14; }
p { color: rgb(40,78,20); }
H1.HeaderClassName
{
color: #284E14;
}
.AnyTagClassName
{
color: #284E14;
}
</style>
background-color css
<style>
a { background-color: #284E14; }
a { background-color: rgb(40,78,20); }
div.DivClassName
{
background-color: #284E14;
}
.BgClassName
{
background-color: #284E14;
}
</style>
border-color css
<style>
span { border-color: #284E14; }
span { border-color: rgb(40,78,20); }
td.TdClassName
{
border-color: #284E14;
}
.TagClassName
{
border-color: #284E14;
}
</style>