Shades of Myrtle #08450B
Tints of Myrtle #08450B
RGB
CMYK
RGB Variations
Color information
#08450B (or 0x08450B) is known color: Myrtle. HEX triplet: 08, 45 and 0B. RGB value is (8,69,11). Sum of RGB (Red+Green+Blue) = 8+69+11=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 69 (27.34% from 255 or 78.41% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 69 - color contains mainly: green. Hex color #08450B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08450B is #F7BAF4. Grayscale: #2C2C2C. Windows color (decimal): -16235253 or 738568. OLE color: 738568.
HSL color Cylindrical-coordinate representation of color #08450B: hue angle of 122.95º 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 #08450B is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 69 | 11 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.73 |
| HSL | 122.95º | 0.79% | 0.15% | - |
| HSV(B) | 122.95º | 0.88% | 0.27% | - |
| XYZ | 2.29 | 4.33 | 1.03 | - |
| YUV | 44.15 | 109.29 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 11 | 0.88 | 0 | 0.84 | 0.73 | 122.95 | 0.79 | 0.15 |
| Hex | 8 | 45 | B | 58 | 0 | 54 | 49 | 7B | 4F | F |
| Octal | 10 | 105 | 13 | 130 | 0 | 124 | 111 | 173 | 117 | 17 |
| Binary | 1000 | 1000101 | 1011 | 1011000 | 0 | 1010100 | 1001001 | 1111011 | 1001111 | 1111 |
Color Harmonies of #08450B
Complementary color
Monochromatic Colors of #08450B
Black with #08450B
Text Example
Text Example
White with #08450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08450B; }
p { color: rgb(8,69,11); }
H1.HeaderClassName
{
color: #08450B;
}
.AnyTagClassName
{
color: #08450B;
}
</style>
background-color css
<style>
a { background-color: #08450B; }
a { background-color: rgb(8,69,11); }
div.DivClassName
{
background-color: #08450B;
}
.BgClassName
{
background-color: #08450B;
}
</style>
border-color css
<style>
span { border-color: #08450B; }
span { border-color: rgb(8,69,11); }
td.TdClassName
{
border-color: #08450B;
}
.TagClassName
{
border-color: #08450B;
}
</style>