Shades of Myrtle #052807
Tints of Myrtle #052807
RGB
CMYK
RGB Variations
Color information
#052807 (or 0x052807) is known color: Myrtle. HEX triplet: 05, 28 and 07. RGB value is (5,40,7). Sum of RGB (Red+Green+Blue) = 5+40+7=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 40 (16.02% from 255 or 76.92% from 52); Blue value is 7 (3.12% from 255 or 13.46% from 52); Max value from RGB is 40 - color contains mainly: green. Hex color #052807 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052807 is #FAD7F8. Grayscale: #191919. Windows color (decimal): -16439289 or 468997. OLE color: 468997.
HSL color Cylindrical-coordinate representation of color #052807: hue angle of 123.43º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052807 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 40 | 7 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.84 |
| HSL | 123.43º | 0.78% | 0.09% | - |
| HSV(B) | 123.43º | 0.88% | 0.16% | - |
| XYZ | 0.86 | 1.57 | 0.46 | - |
| YUV | 25.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 7 | 0.88 | 0 | 0.83 | 0.84 | 123.43 | 0.78 | 0.09 |
| Hex | 5 | 28 | 7 | 58 | 0 | 53 | 54 | 7B | 4E | 9 |
| Octal | 5 | 50 | 7 | 130 | 0 | 123 | 124 | 173 | 116 | 11 |
| Binary | 101 | 101000 | 111 | 1011000 | 0 | 1010011 | 1010100 | 1111011 | 1001110 | 1001 |
Color Harmonies of #052807
Complementary color
Monochromatic Colors of #052807
Black with #052807
Text Example
Text Example
White with #052807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052807; }
p { color: rgb(5,40,7); }
H1.HeaderClassName
{
color: #052807;
}
.AnyTagClassName
{
color: #052807;
}
</style>
background-color css
<style>
a { background-color: #052807; }
a { background-color: rgb(5,40,7); }
div.DivClassName
{
background-color: #052807;
}
.BgClassName
{
background-color: #052807;
}
</style>
border-color css
<style>
span { border-color: #052807; }
span { border-color: rgb(5,40,7); }
td.TdClassName
{
border-color: #052807;
}
.TagClassName
{
border-color: #052807;
}
</style>