Shades of Myrtle #08430C
Tints of Myrtle #08430C
RGB
CMYK
RGB Variations
Color information
#08430C (or 0x08430C) is known color: Myrtle. HEX triplet: 08, 43 and 0C. RGB value is (8,67,12). Sum of RGB (Red+Green+Blue) = 8+67+12=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 67 (26.56% from 255 or 77.01% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 67 - color contains mainly: green. Hex color #08430C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08430C is #F7BCF3. Grayscale: #2B2B2B. Windows color (decimal): -16235764 or 803592. OLE color: 803592.
HSL color Cylindrical-coordinate representation of color #08430C: hue angle of 124.07º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08430C is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 67 | 12 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.74 |
| HSL | 124.07º | 0.79% | 0.15% | - |
| HSV(B) | 124.07º | 0.88% | 0.26% | - |
| XYZ | 2.17 | 4.09 | 1.02 | - |
| YUV | 43.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 67 | 12 | 0.88 | 0 | 0.82 | 0.74 | 124.07 | 0.79 | 0.15 |
| Hex | 8 | 43 | C | 58 | 0 | 52 | 4A | 7C | 4F | F |
| Octal | 10 | 103 | 14 | 130 | 0 | 122 | 112 | 174 | 117 | 17 |
| Binary | 1000 | 1000011 | 1100 | 1011000 | 0 | 1010010 | 1001010 | 1111100 | 1001111 | 1111 |
Color Harmonies of #08430C
Complementary color
Monochromatic Colors of #08430C
Black with #08430C
Text Example
Text Example
White with #08430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08430C; }
p { color: rgb(8,67,12); }
H1.HeaderClassName
{
color: #08430C;
}
.AnyTagClassName
{
color: #08430C;
}
</style>
background-color css
<style>
a { background-color: #08430C; }
a { background-color: rgb(8,67,12); }
div.DivClassName
{
background-color: #08430C;
}
.BgClassName
{
background-color: #08430C;
}
</style>
border-color css
<style>
span { border-color: #08430C; }
span { border-color: rgb(8,67,12); }
td.TdClassName
{
border-color: #08430C;
}
.TagClassName
{
border-color: #08430C;
}
</style>