Shades of Myrtle #005308
Tints of Myrtle #005308
RGB
CMYK
RGB Variations
Color information
#005308 (or 0x005308) is known color: Myrtle. HEX triplet: 00, 53 and 08. RGB value is (0,83,8). Sum of RGB (Red+Green+Blue) = 0+83+8=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 83 (32.81% from 255 or 91.21% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 83 - color contains mainly: green. Hex color #005308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005308 is #FFACF7. Grayscale: #313131. Windows color (decimal): -16755960 or 545536. OLE color: 545536.
HSL color Cylindrical-coordinate representation of color #005308: hue angle of 125.78º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005308 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 83 | 8 | - |
| CMYK | 1 | 0 | 0.90 | 0.67 |
| HSL | 125.78º | 1% | 0.16% | - |
| HSV(B) | 125.78º | 1% | 0.33% | - |
| XYZ | 3.14 | 6.2 | 1.26 | - |
| YUV | 49.63 | 104.5 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 8 | 1 | 0 | 0.90 | 0.67 | 125.78 | 1 | 0.16 |
| Hex | 0 | 53 | 8 | 64 | 0 | 5A | 43 | 7E | 64 | 10 |
| Octal | 0 | 123 | 10 | 144 | 0 | 132 | 103 | 176 | 144 | 20 |
| Binary | 0 | 1010011 | 1000 | 1100100 | 0 | 1011010 | 1000011 | 1111110 | 1100100 | 10000 |
Color Harmonies of #005308
Complementary color
Monochromatic Colors of #005308
Black with #005308
Text Example
Text Example
White with #005308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005308; }
p { color: rgb(0,83,8); }
H1.HeaderClassName
{
color: #005308;
}
.AnyTagClassName
{
color: #005308;
}
</style>
background-color css
<style>
a { background-color: #005308; }
a { background-color: rgb(0,83,8); }
div.DivClassName
{
background-color: #005308;
}
.BgClassName
{
background-color: #005308;
}
</style>
border-color css
<style>
span { border-color: #005308; }
span { border-color: rgb(0,83,8); }
td.TdClassName
{
border-color: #005308;
}
.TagClassName
{
border-color: #005308;
}
</style>