Shades of Myrtle #032605
Tints of Myrtle #032605
RGB
CMYK
RGB Variations
Color information
#032605 (or 0x032605) is known color: Myrtle. HEX triplet: 03, 26 and 05. RGB value is (3,38,5). Sum of RGB (Red+Green+Blue) = 3+38+5=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 38 (15.23% from 255 or 82.61% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 38 - color contains mainly: green. Hex color #032605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032605 is #FCD9FA. Grayscale: #171717. Windows color (decimal): -16570875 or 337411. OLE color: 337411.
HSL color Cylindrical-coordinate representation of color #032605: hue angle of 123.43º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #032605 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 38 | 5 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.85 |
| HSL | 123.43º | 0.85% | 0.08% | - |
| HSV(B) | 123.43º | 0.92% | 0.15% | - |
| XYZ | 0.76 | 1.42 | 0.38 | - |
| YUV | 23.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 5 | 0.92 | 0 | 0.87 | 0.85 | 123.43 | 0.85 | 0.08 |
| Hex | 3 | 26 | 5 | 5C | 0 | 57 | 55 | 7B | 55 | 8 |
| Octal | 3 | 46 | 5 | 134 | 0 | 127 | 125 | 173 | 125 | 10 |
| Binary | 11 | 100110 | 101 | 1011100 | 0 | 1010111 | 1010101 | 1111011 | 1010101 | 1000 |
Color Harmonies of #032605
Complementary color
Monochromatic Colors of #032605
Black with #032605
Text Example
Text Example
White with #032605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032605; }
p { color: rgb(3,38,5); }
H1.HeaderClassName
{
color: #032605;
}
.AnyTagClassName
{
color: #032605;
}
</style>
background-color css
<style>
a { background-color: #032605; }
a { background-color: rgb(3,38,5); }
div.DivClassName
{
background-color: #032605;
}
.BgClassName
{
background-color: #032605;
}
</style>
border-color css
<style>
span { border-color: #032605; }
span { border-color: rgb(3,38,5); }
td.TdClassName
{
border-color: #032605;
}
.TagClassName
{
border-color: #032605;
}
</style>