Shades of Myrtle #08440B
Tints of Myrtle #08440B
RGB
CMYK
RGB Variations
Color information
#08440B (or 0x08440B) is known color: Myrtle. HEX triplet: 08, 44 and 0B. RGB value is (8,68,11). Sum of RGB (Red+Green+Blue) = 8+68+11=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 68 (26.95% from 255 or 78.16% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 68 - color contains mainly: green. Hex color #08440B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08440B is #F7BBF4. Grayscale: #2B2B2B. Windows color (decimal): -16235509 or 738312. OLE color: 738312.
HSL color Cylindrical-coordinate representation of color #08440B: hue angle of 123º 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 #08440B is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 68 | 11 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.73 |
| HSL | 123º | 0.79% | 0.15% | - |
| HSV(B) | 123º | 0.88% | 0.27% | - |
| XYZ | 2.23 | 4.21 | 1.01 | - |
| YUV | 43.56 | 109.62 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 68 | 11 | 0.88 | 0 | 0.84 | 0.73 | 123 | 0.79 | 0.15 |
| Hex | 8 | 44 | B | 58 | 0 | 54 | 49 | 7B | 4F | F |
| Octal | 10 | 104 | 13 | 130 | 0 | 124 | 111 | 173 | 117 | 17 |
| Binary | 1000 | 1000100 | 1011 | 1011000 | 0 | 1010100 | 1001001 | 1111011 | 1001111 | 1111 |
Color Harmonies of #08440B
Complementary color
Monochromatic Colors of #08440B
Black with #08440B
Text Example
Text Example
White with #08440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08440B; }
p { color: rgb(8,68,11); }
H1.HeaderClassName
{
color: #08440B;
}
.AnyTagClassName
{
color: #08440B;
}
</style>
background-color css
<style>
a { background-color: #08440B; }
a { background-color: rgb(8,68,11); }
div.DivClassName
{
background-color: #08440B;
}
.BgClassName
{
background-color: #08440B;
}
</style>
border-color css
<style>
span { border-color: #08440B; }
span { border-color: rgb(8,68,11); }
td.TdClassName
{
border-color: #08440B;
}
.TagClassName
{
border-color: #08440B;
}
</style>