Shades of Myrtle #083A08
Tints of Myrtle #083A08
RGB
CMYK
RGB Variations
Color information
#083A08 (or 0x083A08) is known color: Myrtle. HEX triplet: 08, 3A and 08. RGB value is (8,58,8). Sum of RGB (Red+Green+Blue) = 8+58+8=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 58 (23.05% from 255 or 78.38% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 58 - color contains mainly: green. Hex color #083A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083A08 is #F7C5F7. Grayscale: #252525. Windows color (decimal): -16238072 or 539144. OLE color: 539144.
HSL color Cylindrical-coordinate representation of color #083A08: hue angle of 120º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083A08 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 58 | 8 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.77 |
| HSL | 120º | 0.76% | 0.13% | - |
| HSV(B) | 120º | 0.86% | 0.23% | - |
| XYZ | 1.66 | 3.1 | 0.74 | - |
| YUV | 37.35 | 111.44 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 58 | 8 | 0.86 | 0 | 0.86 | 0.77 | 120 | 0.76 | 0.13 |
| Hex | 8 | 3A | 8 | 56 | 0 | 56 | 4D | 78 | 4C | D |
| Octal | 10 | 72 | 10 | 126 | 0 | 126 | 115 | 170 | 114 | 15 |
| Binary | 1000 | 111010 | 1000 | 1010110 | 0 | 1010110 | 1001101 | 1111000 | 1001100 | 1101 |
Color Harmonies of #083A08
Complementary color
Monochromatic Colors of #083A08
Black with #083A08
Text Example
Text Example
White with #083A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083A08; }
p { color: rgb(8,58,8); }
H1.HeaderClassName
{
color: #083A08;
}
.AnyTagClassName
{
color: #083A08;
}
</style>
background-color css
<style>
a { background-color: #083A08; }
a { background-color: rgb(8,58,8); }
div.DivClassName
{
background-color: #083A08;
}
.BgClassName
{
background-color: #083A08;
}
</style>
border-color css
<style>
span { border-color: #083A08; }
span { border-color: rgb(8,58,8); }
td.TdClassName
{
border-color: #083A08;
}
.TagClassName
{
border-color: #083A08;
}
</style>