Shades of Myrtle #052203
Tints of Myrtle #052203
RGB
CMYK
RGB Variations
Color information
#052203 (or 0x052203) is known color: Myrtle. HEX triplet: 05, 22 and 03. RGB value is (5,34,3). Sum of RGB (Red+Green+Blue) = 5+34+3=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 34 (13.67% from 255 or 80.95% from 42); Blue value is 3 (1.56% from 255 or 7.14% from 42); Max value from RGB is 34 - color contains mainly: green. Hex color #052203 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052203 is #FADDFC. Grayscale: #151515. Windows color (decimal): -16440829 or 205317. OLE color: 205317.
HSL color Cylindrical-coordinate representation of color #052203: hue angle of 116.13º degrees, saturation: 0.84, 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 #052203 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
RGB | 5 | 34 | 3 | - |
CMYK | 0.85 | 0 | 0.91 | 0.87 |
HSL | 116.13º | 0.84% | 0.07% | - |
HSV(B) | 116.13º | 0.91% | 0.13% | - |
XYZ | 0.65 | 1.18 | 0.28 | - |
YUV | 21.8 | 117.39 | 116.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 34 | 3 | 0.85 | 0 | 0.91 | 0.87 | 116.13 | 0.84 | 0.07 |
Hex | 5 | 22 | 3 | 55 | 0 | 5B | 57 | 74 | 54 | 7 |
Octal | 5 | 42 | 3 | 125 | 0 | 133 | 127 | 164 | 124 | 7 |
Binary | 101 | 100010 | 11 | 1010101 | 0 | 1011011 | 1010111 | 1110100 | 1010100 | 111 |
Color Harmonies of #052203
Complementary color
Monochromatic Colors of #052203
Black with #052203
Text Example
Text Example
White with #052203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052203; }
p { color: rgb(5,34,3); }
H1.HeaderClassName
{
color: #052203;
}
.AnyTagClassName
{
color: #052203;
}
</style>
background-color css
<style>
a { background-color: #052203; }
a { background-color: rgb(5,34,3); }
div.DivClassName
{
background-color: #052203;
}
.BgClassName
{
background-color: #052203;
}
</style>
border-color css
<style>
span { border-color: #052203; }
span { border-color: rgb(5,34,3); }
td.TdClassName
{
border-color: #052203;
}
.TagClassName
{
border-color: #052203;
}
</style>