Shades of Myrtle #052300
Tints of Myrtle #052300
RGB
CMYK
RGB Variations
Color information
#052300 (or 0x052300) is known color: Myrtle. HEX triplet: 05, 23 and 00. RGB value is (5,35,0). Sum of RGB (Red+Green+Blue) = 5+35+0=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 35 (14.06% from 255 or 87.5% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 35 - color contains mainly: green. Hex color #052300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052300 is #FADCFF. Grayscale: #161616. Windows color (decimal): -16440576 or 8965. OLE color: 8965.
HSL color Cylindrical-coordinate representation of color #052300: hue angle of 111.43º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #052300 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 5 | 35 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.86 |
| HSL | 111.43º | 1% | 0.07% | - |
| HSV(B) | 111.43º | 1% | 0.14% | - |
| XYZ | 0.66 | 1.23 | 0.2 | - |
| YUV | 22.04 | 115.56 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 0 | 0.86 | 0 | 1 | 0.86 | 111.43 | 1 | 0.07 |
| Hex | 5 | 23 | 0 | 56 | 0 | 64 | 56 | 6F | 64 | 7 |
| Octal | 5 | 43 | 0 | 126 | 0 | 144 | 126 | 157 | 144 | 7 |
| Binary | 101 | 100011 | 0 | 1010110 | 0 | 1100100 | 1010110 | 1101111 | 1100100 | 111 |
Color Harmonies of #052300
Complementary color
Monochromatic Colors of #052300
Black with #052300
Text Example
Text Example
White with #052300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052300; }
p { color: rgb(5,35,0); }
H1.HeaderClassName
{
color: #052300;
}
.AnyTagClassName
{
color: #052300;
}
</style>
background-color css
<style>
a { background-color: #052300; }
a { background-color: rgb(5,35,0); }
div.DivClassName
{
background-color: #052300;
}
.BgClassName
{
background-color: #052300;
}
</style>
border-color css
<style>
span { border-color: #052300; }
span { border-color: rgb(5,35,0); }
td.TdClassName
{
border-color: #052300;
}
.TagClassName
{
border-color: #052300;
}
</style>