Shades of Myrtle #054B05
Tints of Myrtle #054B05
RGB
CMYK
RGB Variations
Color information
#054B05 (or 0x054B05) is known color: Myrtle. HEX triplet: 05, 4B and 05. RGB value is (5,75,5). Sum of RGB (Red+Green+Blue) = 5+75+5=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 75 (29.69% from 255 or 88.24% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 75 - color contains mainly: green. Hex color #054B05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054B05 is #FAB4FA. Grayscale: #2E2E2E. Windows color (decimal): -16430331 or 346885. OLE color: 346885.
HSL color Cylindrical-coordinate representation of color #054B05: hue angle of 120º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054B05 is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
RGB | 5 | 75 | 5 | - |
CMYK | 0.93 | 0 | 0.93 | 0.71 |
HSL | 120º | 0.88% | 0.16% | - |
HSV(B) | 120º | 0.93% | 0.29% | - |
XYZ | 2.61 | 5.08 | 0.99 | - |
YUV | 46.09 | 104.81 | 98.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 75 | 5 | 0.93 | 0 | 0.93 | 0.71 | 120 | 0.88 | 0.16 |
Hex | 5 | 4B | 5 | 5D | 0 | 5D | 47 | 78 | 58 | 10 |
Octal | 5 | 113 | 5 | 135 | 0 | 135 | 107 | 170 | 130 | 20 |
Binary | 101 | 1001011 | 101 | 1011101 | 0 | 1011101 | 1000111 | 1111000 | 1011000 | 10000 |
Color Harmonies of #054B05
Complementary color
Monochromatic Colors of #054B05
Black with #054B05
Text Example
Text Example
White with #054B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B05; }
p { color: rgb(5,75,5); }
H1.HeaderClassName
{
color: #054B05;
}
.AnyTagClassName
{
color: #054B05;
}
</style>
background-color css
<style>
a { background-color: #054B05; }
a { background-color: rgb(5,75,5); }
div.DivClassName
{
background-color: #054B05;
}
.BgClassName
{
background-color: #054B05;
}
</style>
border-color css
<style>
span { border-color: #054B05; }
span { border-color: rgb(5,75,5); }
td.TdClassName
{
border-color: #054B05;
}
.TagClassName
{
border-color: #054B05;
}
</style>