Shades of Myrtle #054105
Tints of Myrtle #054105
RGB
CMYK
RGB Variations
Color information
#054105 (or 0x054105) is known color: Myrtle. HEX triplet: 05, 41 and 05. RGB value is (5,65,5). Sum of RGB (Red+Green+Blue) = 5+65+5=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 65 (25.78% from 255 or 86.67% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 65 - color contains mainly: green. Hex color #054105 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054105 is #FABEFA. Grayscale: #282828. Windows color (decimal): -16432891 or 344325. OLE color: 344325.
HSL color Cylindrical-coordinate representation of color #054105: hue angle of 120º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054105 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 65 | 5 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.75 |
| HSL | 120º | 0.86% | 0.14% | - |
| HSV(B) | 120º | 0.92% | 0.25% | - |
| XYZ | 1.98 | 3.82 | 0.78 | - |
| YUV | 40.22 | 108.12 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 5 | 0.92 | 0 | 0.92 | 0.75 | 120 | 0.86 | 0.14 |
| Hex | 5 | 41 | 5 | 5C | 0 | 5C | 4B | 78 | 56 | E |
| Octal | 5 | 101 | 5 | 134 | 0 | 134 | 113 | 170 | 126 | 16 |
| Binary | 101 | 1000001 | 101 | 1011100 | 0 | 1011100 | 1001011 | 1111000 | 1010110 | 1110 |
Color Harmonies of #054105
Complementary color
Monochromatic Colors of #054105
Black with #054105
Text Example
Text Example
White with #054105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054105; }
p { color: rgb(5,65,5); }
H1.HeaderClassName
{
color: #054105;
}
.AnyTagClassName
{
color: #054105;
}
</style>
background-color css
<style>
a { background-color: #054105; }
a { background-color: rgb(5,65,5); }
div.DivClassName
{
background-color: #054105;
}
.BgClassName
{
background-color: #054105;
}
</style>
border-color css
<style>
span { border-color: #054105; }
span { border-color: rgb(5,65,5); }
td.TdClassName
{
border-color: #054105;
}
.TagClassName
{
border-color: #054105;
}
</style>