Shades of Myrtle #052303
Tints of Myrtle #052303
RGB
CMYK
RGB Variations
Color information
#052303 (or 0x052303) is known color: Myrtle. HEX triplet: 05, 23 and 03. RGB value is (5,35,3). Sum of RGB (Red+Green+Blue) = 5+35+3=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 35 (14.06% from 255 or 81.40% from 43); Blue value is 3 (1.56% from 255 or 6.98% from 43); Max value from RGB is 35 - color contains mainly: green. Hex color #052303 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052303 is #FADCFC. Grayscale: #161616. Windows color (decimal): -16440573 or 205573. OLE color: 205573.
HSL color Cylindrical-coordinate representation of color #052303: hue angle of 116.25º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052303 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 5 | 35 | 3 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.86 |
| HSL | 116.25º | 0.84% | 0.07% | - |
| HSV(B) | 116.25º | 0.91% | 0.14% | - |
| XYZ | 0.68 | 1.24 | 0.29 | - |
| YUV | 22.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 3 | 0.86 | 0 | 0.91 | 0.86 | 116.25 | 0.84 | 0.07 |
| Hex | 5 | 23 | 3 | 56 | 0 | 5B | 56 | 74 | 54 | 7 |
| Octal | 5 | 43 | 3 | 126 | 0 | 133 | 126 | 164 | 124 | 7 |
| Binary | 101 | 100011 | 11 | 1010110 | 0 | 1011011 | 1010110 | 1110100 | 1010100 | 111 |
Color Harmonies of #052303
Complementary color
Monochromatic Colors of #052303
Black with #052303
Text Example
Text Example
White with #052303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052303; }
p { color: rgb(5,35,3); }
H1.HeaderClassName
{
color: #052303;
}
.AnyTagClassName
{
color: #052303;
}
</style>
background-color css
<style>
a { background-color: #052303; }
a { background-color: rgb(5,35,3); }
div.DivClassName
{
background-color: #052303;
}
.BgClassName
{
background-color: #052303;
}
</style>
border-color css
<style>
span { border-color: #052303; }
span { border-color: rgb(5,35,3); }
td.TdClassName
{
border-color: #052303;
}
.TagClassName
{
border-color: #052303;
}
</style>