Shades of Myrtle #08450D
Tints of Myrtle #08450D
RGB
CMYK
RGB Variations
Color information
#08450D (or 0x08450D) is known color: Myrtle. HEX triplet: 08, 45 and 0D. RGB value is (8,69,13). Sum of RGB (Red+Green+Blue) = 8+69+13=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 69 (27.34% from 255 or 76.67% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 69 - color contains mainly: green. Hex color #08450D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08450D is #F7BAF2. Grayscale: #2C2C2C. Windows color (decimal): -16235251 or 869640. OLE color: 869640.
HSL color Cylindrical-coordinate representation of color #08450D: hue angle of 124.92º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08450D is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 69 | 13 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.73 |
| HSL | 124.92º | 0.79% | 0.15% | - |
| HSV(B) | 124.92º | 0.88% | 0.27% | - |
| XYZ | 2.3 | 4.34 | 1.1 | - |
| YUV | 44.38 | 110.29 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 13 | 0.88 | 0 | 0.81 | 0.73 | 124.92 | 0.79 | 0.15 |
| Hex | 8 | 45 | D | 58 | 0 | 51 | 49 | 7D | 4F | F |
| Octal | 10 | 105 | 15 | 130 | 0 | 121 | 111 | 175 | 117 | 17 |
| Binary | 1000 | 1000101 | 1101 | 1011000 | 0 | 1010001 | 1001001 | 1111101 | 1001111 | 1111 |
Color Harmonies of #08450D
Complementary color
Monochromatic Colors of #08450D
Black with #08450D
Text Example
Text Example
White with #08450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08450D; }
p { color: rgb(8,69,13); }
H1.HeaderClassName
{
color: #08450D;
}
.AnyTagClassName
{
color: #08450D;
}
</style>
background-color css
<style>
a { background-color: #08450D; }
a { background-color: rgb(8,69,13); }
div.DivClassName
{
background-color: #08450D;
}
.BgClassName
{
background-color: #08450D;
}
</style>
border-color css
<style>
span { border-color: #08450D; }
span { border-color: rgb(8,69,13); }
td.TdClassName
{
border-color: #08450D;
}
.TagClassName
{
border-color: #08450D;
}
</style>