Shades of Myrtle #032400
Tints of Myrtle #032400
RGB
CMYK
RGB Variations
Color information
#032400 (or 0x032400) is known color: Myrtle. HEX triplet: 03, 24 and 00. RGB value is (3,36,0). Sum of RGB (Red+Green+Blue) = 3+36+0=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 36 (14.45% from 255 or 92.31% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 36 - color contains mainly: green. Hex color #032400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032400 is #FCDBFF. Grayscale: #161616. Windows color (decimal): -16571392 or 9219. OLE color: 9219.
HSL color Cylindrical-coordinate representation of color #032400: hue angle of 115º 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 #032400 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 36 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.86 |
| HSL | 115º | 1% | 0.07% | - |
| HSV(B) | 115º | 1% | 0.14% | - |
| XYZ | 0.67 | 1.28 | 0.21 | - |
| YUV | 22.03 | 115.57 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 0 | 0.92 | 0 | 1 | 0.86 | 115 | 1 | 0.07 |
| Hex | 3 | 24 | 0 | 5C | 0 | 64 | 56 | 73 | 64 | 7 |
| Octal | 3 | 44 | 0 | 134 | 0 | 144 | 126 | 163 | 144 | 7 |
| Binary | 11 | 100100 | 0 | 1011100 | 0 | 1100100 | 1010110 | 1110011 | 1100100 | 111 |
Color Harmonies of #032400
Complementary color
Monochromatic Colors of #032400
Black with #032400
Text Example
Text Example
White with #032400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032400; }
p { color: rgb(3,36,0); }
H1.HeaderClassName
{
color: #032400;
}
.AnyTagClassName
{
color: #032400;
}
</style>
background-color css
<style>
a { background-color: #032400; }
a { background-color: rgb(3,36,0); }
div.DivClassName
{
background-color: #032400;
}
.BgClassName
{
background-color: #032400;
}
</style>
border-color css
<style>
span { border-color: #032400; }
span { border-color: rgb(3,36,0); }
td.TdClassName
{
border-color: #032400;
}
.TagClassName
{
border-color: #032400;
}
</style>