Shades of Myrtle #032203
Tints of Myrtle #032203
RGB
CMYK
RGB Variations
Color information
#032203 (or 0x032203) is known color: Myrtle. HEX triplet: 03, 22 and 03. RGB value is (3,34,3). Sum of RGB (Red+Green+Blue) = 3+34+3=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 34 (13.67% from 255 or 85% from 40); Blue value is 3 (1.56% from 255 or 7.5% from 40); Max value from RGB is 34 - color contains mainly: green. Hex color #032203 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032203 is #FCDDFC. Grayscale: #151515. Windows color (decimal): -16571901 or 205315. OLE color: 205315.
HSL color Cylindrical-coordinate representation of color #032203: hue angle of 120º 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 #032203 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 34 | 3 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.87 |
| HSL | 120º | 0.84% | 0.07% | - |
| HSV(B) | 120º | 0.91% | 0.13% | - |
| XYZ | 0.63 | 1.17 | 0.28 | - |
| YUV | 21.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 3 | 0.91 | 0 | 0.91 | 0.87 | 120 | 0.84 | 0.07 |
| Hex | 3 | 22 | 3 | 5B | 0 | 5B | 57 | 78 | 54 | 7 |
| Octal | 3 | 42 | 3 | 133 | 0 | 133 | 127 | 170 | 124 | 7 |
| Binary | 11 | 100010 | 11 | 1011011 | 0 | 1011011 | 1010111 | 1111000 | 1010100 | 111 |
Color Harmonies of #032203
Complementary color
Monochromatic Colors of #032203
Black with #032203
Text Example
Text Example
White with #032203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032203; }
p { color: rgb(3,34,3); }
H1.HeaderClassName
{
color: #032203;
}
.AnyTagClassName
{
color: #032203;
}
</style>
background-color css
<style>
a { background-color: #032203; }
a { background-color: rgb(3,34,3); }
div.DivClassName
{
background-color: #032203;
}
.BgClassName
{
background-color: #032203;
}
</style>
border-color css
<style>
span { border-color: #032203; }
span { border-color: rgb(3,34,3); }
td.TdClassName
{
border-color: #032203;
}
.TagClassName
{
border-color: #032203;
}
</style>