Shades of Myrtle #032200
Tints of Myrtle #032200
RGB
CMYK
RGB Variations
Color information
#032200 (or 0x032200) is known color: Myrtle. HEX triplet: 03, 22 and 00. RGB value is (3,34,0). Sum of RGB (Red+Green+Blue) = 3+34+0=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 34 (13.67% from 255 or 91.89% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 34 - color contains mainly: green. Hex color #032200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032200 is #FCDDFF. Grayscale: #141414. Windows color (decimal): -16571904 or 8707. OLE color: 8707.
HSL color Cylindrical-coordinate representation of color #032200: hue angle of 114.71º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #032200 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 34 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.87 |
| HSL | 114.71º | 1% | 0.07% | - |
| HSV(B) | 114.71º | 1% | 0.13% | - |
| XYZ | 0.61 | 1.16 | 0.19 | - |
| YUV | 20.86 | 116.23 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 0 | 0.91 | 0 | 1 | 0.87 | 114.71 | 1 | 0.07 |
| Hex | 3 | 22 | 0 | 5B | 0 | 64 | 57 | 73 | 64 | 7 |
| Octal | 3 | 42 | 0 | 133 | 0 | 144 | 127 | 163 | 144 | 7 |
| Binary | 11 | 100010 | 0 | 1011011 | 0 | 1100100 | 1010111 | 1110011 | 1100100 | 111 |
Color Harmonies of #032200
Complementary color
Monochromatic Colors of #032200
Black with #032200
Text Example
Text Example
White with #032200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032200; }
p { color: rgb(3,34,0); }
H1.HeaderClassName
{
color: #032200;
}
.AnyTagClassName
{
color: #032200;
}
</style>
background-color css
<style>
a { background-color: #032200; }
a { background-color: rgb(3,34,0); }
div.DivClassName
{
background-color: #032200;
}
.BgClassName
{
background-color: #032200;
}
</style>
border-color css
<style>
span { border-color: #032200; }
span { border-color: rgb(3,34,0); }
td.TdClassName
{
border-color: #032200;
}
.TagClassName
{
border-color: #032200;
}
</style>