Shades of Myrtle #051B02
Tints of Myrtle #051B02
RGB
CMYK
RGB Variations
Color information
#051B02 (or 0x051B02) is known color: Myrtle. HEX triplet: 05, 1B and 02. RGB value is (5,27,2). Sum of RGB (Red+Green+Blue) = 5+27+2=34 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.71% from 34); Green value is 27 (10.94% from 255 or 79.41% from 34); Blue value is 2 (1.17% from 255 or 5.88% from 34); Max value from RGB is 27 - color contains mainly: green. Hex color #051B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051B02 is #FAE4FD. Grayscale: #111111. Windows color (decimal): -16442622 or 137989. OLE color: 137989.
HSL color Cylindrical-coordinate representation of color #051B02: hue angle of 112.8º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051B02 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 27 | 2 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.89 |
| HSL | 112.8º | 0.86% | 0.06% | - |
| HSV(B) | 112.8º | 0.93% | 0.11% | - |
| XYZ | 0.47 | 0.82 | 0.19 | - |
| YUV | 17.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 2 | 0.81 | 0 | 0.93 | 0.89 | 112.8 | 0.86 | 0.06 |
| Hex | 5 | 1B | 2 | 51 | 0 | 5D | 59 | 71 | 56 | 6 |
| Octal | 5 | 33 | 2 | 121 | 0 | 135 | 131 | 161 | 126 | 6 |
| Binary | 101 | 11011 | 10 | 1010001 | 0 | 1011101 | 1011001 | 1110001 | 1010110 | 110 |
Color Harmonies of #051B02
Complementary color
Monochromatic Colors of #051B02
Black with #051B02
Text Example
Text Example
White with #051B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B02; }
p { color: rgb(5,27,2); }
H1.HeaderClassName
{
color: #051B02;
}
.AnyTagClassName
{
color: #051B02;
}
</style>
background-color css
<style>
a { background-color: #051B02; }
a { background-color: rgb(5,27,2); }
div.DivClassName
{
background-color: #051B02;
}
.BgClassName
{
background-color: #051B02;
}
</style>
border-color css
<style>
span { border-color: #051B02; }
span { border-color: rgb(5,27,2); }
td.TdClassName
{
border-color: #051B02;
}
.TagClassName
{
border-color: #051B02;
}
</style>