Shades of Myrtle #28461D
Tints of Myrtle #28461D
RGB
CMYK
RGB Variations
Color information
#28461D (or 0x28461D) is known color: Myrtle. HEX triplet: 28, 46 and 1D. RGB value is (40,70,29). Sum of RGB (Red+Green+Blue) = 40+70+29=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #28461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28461D is #D7B9E2. Grayscale: #383838. Windows color (decimal): -14137827 or 1918504. OLE color: 1918504.
HSL color Cylindrical-coordinate representation of color #28461D: hue angle of 103.9º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #28461D is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 70 | 29 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.73 |
| HSL | 103.9º | 0.41% | 0.19% | - |
| HSV(B) | 103.9º | 0.59% | 0.27% | - |
| XYZ | 3.29 | 4.92 | 1.94 | - |
| YUV | 56.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 29 | 0.43 | 0 | 0.59 | 0.73 | 103.9 | 0.41 | 0.19 |
| Hex | 28 | 46 | 1D | 2B | 0 | 3B | 49 | 68 | 29 | 13 |
| Octal | 50 | 106 | 35 | 53 | 0 | 73 | 111 | 150 | 51 | 23 |
| Binary | 101000 | 1000110 | 11101 | 101011 | 0 | 111011 | 1001001 | 1101000 | 101001 | 10011 |
Color Harmonies of #28461D
Complementary color
Monochromatic Colors of #28461D
Black with #28461D
Text Example
Text Example
White with #28461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28461D; }
p { color: rgb(40,70,29); }
H1.HeaderClassName
{
color: #28461D;
}
.AnyTagClassName
{
color: #28461D;
}
</style>
background-color css
<style>
a { background-color: #28461D; }
a { background-color: rgb(40,70,29); }
div.DivClassName
{
background-color: #28461D;
}
.BgClassName
{
background-color: #28461D;
}
</style>
border-color css
<style>
span { border-color: #28461D; }
span { border-color: rgb(40,70,29); }
td.TdClassName
{
border-color: #28461D;
}
.TagClassName
{
border-color: #28461D;
}
</style>