Shades of Myrtle #035006
Tints of Myrtle #035006
RGB
CMYK
RGB Variations
Color information
#035006 (or 0x035006) is known color: Myrtle. HEX triplet: 03, 50 and 06. RGB value is (3,80,6). Sum of RGB (Red+Green+Blue) = 3+80+6=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 80 (31.64% from 255 or 89.89% from 89); Blue value is 6 (2.73% from 255 or 6.74% from 89); Max value from RGB is 80 - color contains mainly: green. Hex color #035006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035006 is #FCAFF9. Grayscale: #303030. Windows color (decimal): -16560122 or 413699. OLE color: 413699.
HSL color Cylindrical-coordinate representation of color #035006: hue angle of 122.34º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035006 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 80 | 6 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.69 |
| HSL | 122.34º | 0.93% | 0.16% | - |
| HSV(B) | 122.34º | 0.96% | 0.31% | - |
| XYZ | 2.94 | 5.77 | 1.13 | - |
| YUV | 48.54 | 103.99 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 6 | 0.96 | 0 | 0.92 | 0.69 | 122.34 | 0.93 | 0.16 |
| Hex | 3 | 50 | 6 | 60 | 0 | 5C | 45 | 7A | 5D | 10 |
| Octal | 3 | 120 | 6 | 140 | 0 | 134 | 105 | 172 | 135 | 20 |
| Binary | 11 | 1010000 | 110 | 1100000 | 0 | 1011100 | 1000101 | 1111010 | 1011101 | 10000 |
Color Harmonies of #035006
Complementary color
Monochromatic Colors of #035006
Black with #035006
Text Example
Text Example
White with #035006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035006; }
p { color: rgb(3,80,6); }
H1.HeaderClassName
{
color: #035006;
}
.AnyTagClassName
{
color: #035006;
}
</style>
background-color css
<style>
a { background-color: #035006; }
a { background-color: rgb(3,80,6); }
div.DivClassName
{
background-color: #035006;
}
.BgClassName
{
background-color: #035006;
}
</style>
border-color css
<style>
span { border-color: #035006; }
span { border-color: rgb(3,80,6); }
td.TdClassName
{
border-color: #035006;
}
.TagClassName
{
border-color: #035006;
}
</style>