Shades of Myrtle #083602
Tints of Myrtle #083602
RGB
CMYK
RGB Variations
Color information
#083602 (or 0x083602) is known color: Myrtle. HEX triplet: 08, 36 and 02. RGB value is (8,54,2). Sum of RGB (Red+Green+Blue) = 8+54+2=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 54 (21.48% from 255 or 84.38% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 54 - color contains mainly: green. Hex color #083602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083602 is #F7C9FD. Grayscale: #222222. Windows color (decimal): -16239102 or 144904. OLE color: 144904.
HSL color Cylindrical-coordinate representation of color #083602: hue angle of 113.08º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083602 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 54 | 2 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.79 |
| HSL | 113.08º | 0.93% | 0.11% | - |
| HSV(B) | 113.08º | 0.96% | 0.21% | - |
| XYZ | 1.43 | 2.69 | 0.5 | - |
| YUV | 34.32 | 109.76 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 2 | 0.85 | 0 | 0.96 | 0.79 | 113.08 | 0.93 | 0.11 |
| Hex | 8 | 36 | 2 | 55 | 0 | 60 | 4F | 71 | 5D | B |
| Octal | 10 | 66 | 2 | 125 | 0 | 140 | 117 | 161 | 135 | 13 |
| Binary | 1000 | 110110 | 10 | 1010101 | 0 | 1100000 | 1001111 | 1110001 | 1011101 | 1011 |
Color Harmonies of #083602
Complementary color
Monochromatic Colors of #083602
Black with #083602
Text Example
Text Example
White with #083602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083602; }
p { color: rgb(8,54,2); }
H1.HeaderClassName
{
color: #083602;
}
.AnyTagClassName
{
color: #083602;
}
</style>
background-color css
<style>
a { background-color: #083602; }
a { background-color: rgb(8,54,2); }
div.DivClassName
{
background-color: #083602;
}
.BgClassName
{
background-color: #083602;
}
</style>
border-color css
<style>
span { border-color: #083602; }
span { border-color: rgb(8,54,2); }
td.TdClassName
{
border-color: #083602;
}
.TagClassName
{
border-color: #083602;
}
</style>