Shades of Myrtle #08360C
Tints of Myrtle #08360C
RGB
CMYK
RGB Variations
Color information
#08360C (or 0x08360C) is known color: Myrtle. HEX triplet: 08, 36 and 0C. RGB value is (8,54,12). Sum of RGB (Red+Green+Blue) = 8+54+12=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 54 (21.48% from 255 or 72.97% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 54 - color contains mainly: green. Hex color #08360C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08360C is #F7C9F3. Grayscale: #232323. Windows color (decimal): -16239092 or 800264. OLE color: 800264.
HSL color Cylindrical-coordinate representation of color #08360C: hue angle of 125.22º 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 #08360C is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 54 | 12 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.79 |
| HSL | 125.22º | 0.74% | 0.12% | - |
| HSV(B) | 125.22º | 0.85% | 0.21% | - |
| XYZ | 1.49 | 2.72 | 0.79 | - |
| YUV | 35.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 12 | 0.85 | 0 | 0.78 | 0.79 | 125.22 | 0.74 | 0.12 |
| Hex | 8 | 36 | C | 55 | 0 | 4E | 4F | 7D | 4A | C |
| Octal | 10 | 66 | 14 | 125 | 0 | 116 | 117 | 175 | 112 | 14 |
| Binary | 1000 | 110110 | 1100 | 1010101 | 0 | 1001110 | 1001111 | 1111101 | 1001010 | 1100 |
Color Harmonies of #08360C
Complementary color
Monochromatic Colors of #08360C
Black with #08360C
Text Example
Text Example
White with #08360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08360C; }
p { color: rgb(8,54,12); }
H1.HeaderClassName
{
color: #08360C;
}
.AnyTagClassName
{
color: #08360C;
}
</style>
background-color css
<style>
a { background-color: #08360C; }
a { background-color: rgb(8,54,12); }
div.DivClassName
{
background-color: #08360C;
}
.BgClassName
{
background-color: #08360C;
}
</style>
border-color css
<style>
span { border-color: #08360C; }
span { border-color: rgb(8,54,12); }
td.TdClassName
{
border-color: #08360C;
}
.TagClassName
{
border-color: #08360C;
}
</style>