Shades of Myrtle #08390C
Tints of Myrtle #08390C
RGB
CMYK
RGB Variations
Color information
#08390C (or 0x08390C) is known color: Myrtle. HEX triplet: 08, 39 and 0C. RGB value is (8,57,12). Sum of RGB (Red+Green+Blue) = 8+57+12=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 57 (22.66% from 255 or 74.03% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 57 - color contains mainly: green. Hex color #08390C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08390C is #F7C6F3. Grayscale: #252525. Windows color (decimal): -16238324 or 801032. OLE color: 801032.
HSL color Cylindrical-coordinate representation of color #08390C: hue angle of 124.9º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08390C is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 57 | 12 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.78 |
| HSL | 124.9º | 0.75% | 0.13% | - |
| HSV(B) | 124.9º | 0.86% | 0.22% | - |
| XYZ | 1.63 | 3 | 0.84 | - |
| YUV | 37.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 57 | 12 | 0.86 | 0 | 0.79 | 0.78 | 124.9 | 0.75 | 0.13 |
| Hex | 8 | 39 | C | 56 | 0 | 4F | 4E | 7D | 4B | D |
| Octal | 10 | 71 | 14 | 126 | 0 | 117 | 116 | 175 | 113 | 15 |
| Binary | 1000 | 111001 | 1100 | 1010110 | 0 | 1001111 | 1001110 | 1111101 | 1001011 | 1101 |
Color Harmonies of #08390C
Complementary color
Monochromatic Colors of #08390C
Black with #08390C
Text Example
Text Example
White with #08390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08390C; }
p { color: rgb(8,57,12); }
H1.HeaderClassName
{
color: #08390C;
}
.AnyTagClassName
{
color: #08390C;
}
</style>
background-color css
<style>
a { background-color: #08390C; }
a { background-color: rgb(8,57,12); }
div.DivClassName
{
background-color: #08390C;
}
.BgClassName
{
background-color: #08390C;
}
</style>
border-color css
<style>
span { border-color: #08390C; }
span { border-color: rgb(8,57,12); }
td.TdClassName
{
border-color: #08390C;
}
.TagClassName
{
border-color: #08390C;
}
</style>