Shades of Myrtle #052607
Tints of Myrtle #052607
RGB
CMYK
RGB Variations
Color information
#052607 (or 0x052607) is known color: Myrtle. HEX triplet: 05, 26 and 07. RGB value is (5,38,7). Sum of RGB (Red+Green+Blue) = 5+38+7=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 38 (15.23% from 255 or 76% from 50); Blue value is 7 (3.12% from 255 or 14% from 50); Max value from RGB is 38 - color contains mainly: green. Hex color #052607 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052607 is #FAD9F8. Grayscale: #181818. Windows color (decimal): -16439801 or 468485. OLE color: 468485.
HSL color Cylindrical-coordinate representation of color #052607: hue angle of 123.64º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052607 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 38 | 7 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.85 |
| HSL | 123.64º | 0.77% | 0.08% | - |
| HSV(B) | 123.64º | 0.87% | 0.15% | - |
| XYZ | 0.79 | 1.43 | 0.44 | - |
| YUV | 24.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 7 | 0.87 | 0 | 0.82 | 0.85 | 123.64 | 0.77 | 0.08 |
| Hex | 5 | 26 | 7 | 57 | 0 | 52 | 55 | 7C | 4D | 8 |
| Octal | 5 | 46 | 7 | 127 | 0 | 122 | 125 | 174 | 115 | 10 |
| Binary | 101 | 100110 | 111 | 1010111 | 0 | 1010010 | 1010101 | 1111100 | 1001101 | 1000 |
Color Harmonies of #052607
Complementary color
Monochromatic Colors of #052607
Black with #052607
Text Example
Text Example
White with #052607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052607; }
p { color: rgb(5,38,7); }
H1.HeaderClassName
{
color: #052607;
}
.AnyTagClassName
{
color: #052607;
}
</style>
background-color css
<style>
a { background-color: #052607; }
a { background-color: rgb(5,38,7); }
div.DivClassName
{
background-color: #052607;
}
.BgClassName
{
background-color: #052607;
}
</style>
border-color css
<style>
span { border-color: #052607; }
span { border-color: rgb(5,38,7); }
td.TdClassName
{
border-color: #052607;
}
.TagClassName
{
border-color: #052607;
}
</style>