Shades of Myrtle #051B04
Tints of Myrtle #051B04
RGB
CMYK
RGB Variations
Color information
#051B04 (or 0x051B04) is known color: Myrtle. HEX triplet: 05, 1B and 04. RGB value is (5,27,4). Sum of RGB (Red+Green+Blue) = 5+27+4=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 27 (10.94% from 255 or 75% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 27 - color contains mainly: green. Hex color #051B04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051B04 is #FAE4FB. Grayscale: #111111. Windows color (decimal): -16442620 or 269061. OLE color: 269061.
HSL color Cylindrical-coordinate representation of color #051B04: hue angle of 117.39º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #051B04 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 27 | 4 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.89 |
| HSL | 117.39º | 0.74% | 0.06% | - |
| HSV(B) | 117.39º | 0.85% | 0.11% | - |
| XYZ | 0.48 | 0.82 | 0.25 | - |
| YUV | 17.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 4 | 0.81 | 0 | 0.85 | 0.89 | 117.39 | 0.74 | 0.06 |
| Hex | 5 | 1B | 4 | 51 | 0 | 55 | 59 | 75 | 4A | 6 |
| Octal | 5 | 33 | 4 | 121 | 0 | 125 | 131 | 165 | 112 | 6 |
| Binary | 101 | 11011 | 100 | 1010001 | 0 | 1010101 | 1011001 | 1110101 | 1001010 | 110 |
Color Harmonies of #051B04
Complementary color
Monochromatic Colors of #051B04
Black with #051B04
Text Example
Text Example
White with #051B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B04; }
p { color: rgb(5,27,4); }
H1.HeaderClassName
{
color: #051B04;
}
.AnyTagClassName
{
color: #051B04;
}
</style>
background-color css
<style>
a { background-color: #051B04; }
a { background-color: rgb(5,27,4); }
div.DivClassName
{
background-color: #051B04;
}
.BgClassName
{
background-color: #051B04;
}
</style>
border-color css
<style>
span { border-color: #051B04; }
span { border-color: rgb(5,27,4); }
td.TdClassName
{
border-color: #051B04;
}
.TagClassName
{
border-color: #051B04;
}
</style>