Shades of Myrtle #083505
Tints of Myrtle #083505
RGB
CMYK
RGB Variations
Color information
#083505 (or 0x083505) is known color: Myrtle. HEX triplet: 08, 35 and 05. RGB value is (8,53,5). Sum of RGB (Red+Green+Blue) = 8+53+5=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 53 (21.09% from 255 or 80.30% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 53 - color contains mainly: green. Hex color #083505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083505 is #F7CAFA. Grayscale: #222222. Windows color (decimal): -16239355 or 341256. OLE color: 341256.
HSL color Cylindrical-coordinate representation of color #083505: hue angle of 116.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083505 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 53 | 5 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.79 |
| HSL | 116.25º | 0.83% | 0.11% | - |
| HSV(B) | 116.25º | 0.91% | 0.21% | - |
| XYZ | 1.4 | 2.61 | 0.57 | - |
| YUV | 34.07 | 111.59 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 5 | 0.85 | 0 | 0.91 | 0.79 | 116.25 | 0.83 | 0.11 |
| Hex | 8 | 35 | 5 | 55 | 0 | 5B | 4F | 74 | 53 | B |
| Octal | 10 | 65 | 5 | 125 | 0 | 133 | 117 | 164 | 123 | 13 |
| Binary | 1000 | 110101 | 101 | 1010101 | 0 | 1011011 | 1001111 | 1110100 | 1010011 | 1011 |
Color Harmonies of #083505
Complementary color
Monochromatic Colors of #083505
Black with #083505
Text Example
Text Example
White with #083505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083505; }
p { color: rgb(8,53,5); }
H1.HeaderClassName
{
color: #083505;
}
.AnyTagClassName
{
color: #083505;
}
</style>
background-color css
<style>
a { background-color: #083505; }
a { background-color: rgb(8,53,5); }
div.DivClassName
{
background-color: #083505;
}
.BgClassName
{
background-color: #083505;
}
</style>
border-color css
<style>
span { border-color: #083505; }
span { border-color: rgb(8,53,5); }
td.TdClassName
{
border-color: #083505;
}
.TagClassName
{
border-color: #083505;
}
</style>