Shades of Myrtle #054307
Tints of Myrtle #054307
RGB
CMYK
RGB Variations
Color information
#054307 (or 0x054307) is known color: Myrtle. HEX triplet: 05, 43 and 07. RGB value is (5,67,7). Sum of RGB (Red+Green+Blue) = 5+67+7=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 67 (26.56% from 255 or 84.81% from 79); Blue value is 7 (3.12% from 255 or 8.86% from 79); Max value from RGB is 67 - color contains mainly: green. Hex color #054307 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054307 is #FABCF8. Grayscale: #292929. Windows color (decimal): -16432377 or 475909. OLE color: 475909.
HSL color Cylindrical-coordinate representation of color #054307: hue angle of 121.94º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054307 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 67 | 7 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.74 |
| HSL | 121.94º | 0.86% | 0.14% | - |
| HSV(B) | 121.94º | 0.93% | 0.26% | - |
| XYZ | 2.11 | 4.06 | 0.87 | - |
| YUV | 41.62 | 108.46 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 7 | 0.93 | 0 | 0.90 | 0.74 | 121.94 | 0.86 | 0.14 |
| Hex | 5 | 43 | 7 | 5D | 0 | 5A | 4A | 7A | 56 | E |
| Octal | 5 | 103 | 7 | 135 | 0 | 132 | 112 | 172 | 126 | 16 |
| Binary | 101 | 1000011 | 111 | 1011101 | 0 | 1011010 | 1001010 | 1111010 | 1010110 | 1110 |
Color Harmonies of #054307
Complementary color
Monochromatic Colors of #054307
Black with #054307
Text Example
Text Example
White with #054307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054307; }
p { color: rgb(5,67,7); }
H1.HeaderClassName
{
color: #054307;
}
.AnyTagClassName
{
color: #054307;
}
</style>
background-color css
<style>
a { background-color: #054307; }
a { background-color: rgb(5,67,7); }
div.DivClassName
{
background-color: #054307;
}
.BgClassName
{
background-color: #054307;
}
</style>
border-color css
<style>
span { border-color: #054307; }
span { border-color: rgb(5,67,7); }
td.TdClassName
{
border-color: #054307;
}
.TagClassName
{
border-color: #054307;
}
</style>