Shades of Myrtle #08360B
Tints of Myrtle #08360B
RGB
CMYK
RGB Variations
Color information
#08360B (or 0x08360B) is known color: Myrtle. HEX triplet: 08, 36 and 0B. RGB value is (8,54,11). Sum of RGB (Red+Green+Blue) = 8+54+11=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 54 (21.48% from 255 or 73.97% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 54 - color contains mainly: green. Hex color #08360B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08360B is #F7C9F4. Grayscale: #232323. Windows color (decimal): -16239093 or 734728. OLE color: 734728.
HSL color Cylindrical-coordinate representation of color #08360B: hue angle of 123.91º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08360B is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 54 | 11 | - |
| CMYK | 0.85 | 0 | 0.80 | 0.79 |
| HSL | 123.91º | 0.74% | 0.12% | - |
| HSV(B) | 123.91º | 0.85% | 0.21% | - |
| XYZ | 1.48 | 2.71 | 0.76 | - |
| YUV | 35.34 | 114.26 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 11 | 0.85 | 0 | 0.80 | 0.79 | 123.91 | 0.74 | 0.12 |
| Hex | 8 | 36 | B | 55 | 0 | 50 | 4F | 7C | 4A | C |
| Octal | 10 | 66 | 13 | 125 | 0 | 120 | 117 | 174 | 112 | 14 |
| Binary | 1000 | 110110 | 1011 | 1010101 | 0 | 1010000 | 1001111 | 1111100 | 1001010 | 1100 |
Color Harmonies of #08360B
Complementary color
Monochromatic Colors of #08360B
Black with #08360B
Text Example
Text Example
White with #08360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08360B; }
p { color: rgb(8,54,11); }
H1.HeaderClassName
{
color: #08360B;
}
.AnyTagClassName
{
color: #08360B;
}
</style>
background-color css
<style>
a { background-color: #08360B; }
a { background-color: rgb(8,54,11); }
div.DivClassName
{
background-color: #08360B;
}
.BgClassName
{
background-color: #08360B;
}
</style>
border-color css
<style>
span { border-color: #08360B; }
span { border-color: rgb(8,54,11); }
td.TdClassName
{
border-color: #08360B;
}
.TagClassName
{
border-color: #08360B;
}
</style>