Shades of Myrtle #052003
Tints of Myrtle #052003
RGB
CMYK
RGB Variations
Color information
#052003 (or 0x052003) is known color: Myrtle. HEX triplet: 05, 20 and 03. RGB value is (5,32,3). Sum of RGB (Red+Green+Blue) = 5+32+3=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 32 (12.89% from 255 or 80% from 40); Blue value is 3 (1.56% from 255 or 7.5% from 40); Max value from RGB is 32 - color contains mainly: green. Hex color #052003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052003 is #FADFFC. Grayscale: #141414. Windows color (decimal): -16441341 or 204805. OLE color: 204805.
HSL color Cylindrical-coordinate representation of color #052003: hue angle of 115.86º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052003 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 32 | 3 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.87 |
| HSL | 115.86º | 0.83% | 0.07% | - |
| HSV(B) | 115.86º | 0.91% | 0.13% | - |
| XYZ | 0.6 | 1.07 | 0.26 | - |
| YUV | 20.62 | 118.05 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 3 | 0.84 | 0 | 0.91 | 0.87 | 115.86 | 0.83 | 0.07 |
| Hex | 5 | 20 | 3 | 54 | 0 | 5B | 57 | 74 | 53 | 7 |
| Octal | 5 | 40 | 3 | 124 | 0 | 133 | 127 | 164 | 123 | 7 |
| Binary | 101 | 100000 | 11 | 1010100 | 0 | 1011011 | 1010111 | 1110100 | 1010011 | 111 |
Color Harmonies of #052003
Complementary color
Monochromatic Colors of #052003
Black with #052003
Text Example
Text Example
White with #052003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052003; }
p { color: rgb(5,32,3); }
H1.HeaderClassName
{
color: #052003;
}
.AnyTagClassName
{
color: #052003;
}
</style>
background-color css
<style>
a { background-color: #052003; }
a { background-color: rgb(5,32,3); }
div.DivClassName
{
background-color: #052003;
}
.BgClassName
{
background-color: #052003;
}
</style>
border-color css
<style>
span { border-color: #052003; }
span { border-color: rgb(5,32,3); }
td.TdClassName
{
border-color: #052003;
}
.TagClassName
{
border-color: #052003;
}
</style>