Shades of Myrtle #284121
Tints of Myrtle #284121
RGB
CMYK
RGB Variations
Color information
#284121 (or 0x284121) is known color: Myrtle. HEX triplet: 28, 41 and 21. RGB value is (40,65,33). Sum of RGB (Red+Green+Blue) = 40+65+33=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #284121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284121 is #D7BEDE. Grayscale: #353535. Windows color (decimal): -14139103 or 2179368. OLE color: 2179368.
HSL color Cylindrical-coordinate representation of color #284121: hue angle of 106.88º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #284121 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 65 | 33 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.75 |
| HSL | 106.88º | 0.33% | 0.19% | - |
| HSV(B) | 106.88º | 0.49% | 0.25% | - |
| XYZ | 3.04 | 4.34 | 2.12 | - |
| YUV | 53.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 33 | 0.38 | 0 | 0.49 | 0.75 | 106.88 | 0.33 | 0.19 |
| Hex | 28 | 41 | 21 | 26 | 0 | 31 | 4B | 6B | 21 | 13 |
| Octal | 50 | 101 | 41 | 46 | 0 | 61 | 113 | 153 | 41 | 23 |
| Binary | 101000 | 1000001 | 100001 | 100110 | 0 | 110001 | 1001011 | 1101011 | 100001 | 10011 |
Color Harmonies of #284121
Complementary color
Monochromatic Colors of #284121
Black with #284121
Text Example
Text Example
White with #284121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284121; }
p { color: rgb(40,65,33); }
H1.HeaderClassName
{
color: #284121;
}
.AnyTagClassName
{
color: #284121;
}
</style>
background-color css
<style>
a { background-color: #284121; }
a { background-color: rgb(40,65,33); }
div.DivClassName
{
background-color: #284121;
}
.BgClassName
{
background-color: #284121;
}
</style>
border-color css
<style>
span { border-color: #284121; }
span { border-color: rgb(40,65,33); }
td.TdClassName
{
border-color: #284121;
}
.TagClassName
{
border-color: #284121;
}
</style>