Shades of Myrtle #035010
Tints of Myrtle #035010
RGB
CMYK
RGB Variations
Color information
#035010 (or 0x035010) is known color: Myrtle. HEX triplet: 03, 50 and 10. RGB value is (3,80,16). Sum of RGB (Red+Green+Blue) = 3+80+16=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 80 (31.64% from 255 or 80.81% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 80 - color contains mainly: green. Hex color #035010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035010 is #FCAFEF. Grayscale: #313131. Windows color (decimal): -16560112 or 1069059. OLE color: 1069059.
HSL color Cylindrical-coordinate representation of color #035010: hue angle of 130.13º 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 #035010 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 80 | 16 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.69 |
| HSL | 130.13º | 0.93% | 0.16% | - |
| HSV(B) | 130.13º | 0.96% | 0.31% | - |
| XYZ | 3 | 5.79 | 1.45 | - |
| YUV | 49.68 | 108.99 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 16 | 0.96 | 0 | 0.80 | 0.69 | 130.13 | 0.93 | 0.16 |
| Hex | 3 | 50 | 10 | 60 | 0 | 50 | 45 | 82 | 5D | 10 |
| Octal | 3 | 120 | 20 | 140 | 0 | 120 | 105 | 202 | 135 | 20 |
| Binary | 11 | 1010000 | 10000 | 1100000 | 0 | 1010000 | 1000101 | 10000010 | 1011101 | 10000 |
Color Harmonies of #035010
Complementary color
Monochromatic Colors of #035010
Black with #035010
Text Example
Text Example
White with #035010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035010; }
p { color: rgb(3,80,16); }
H1.HeaderClassName
{
color: #035010;
}
.AnyTagClassName
{
color: #035010;
}
</style>
background-color css
<style>
a { background-color: #035010; }
a { background-color: rgb(3,80,16); }
div.DivClassName
{
background-color: #035010;
}
.BgClassName
{
background-color: #035010;
}
</style>
border-color css
<style>
span { border-color: #035010; }
span { border-color: rgb(3,80,16); }
td.TdClassName
{
border-color: #035010;
}
.TagClassName
{
border-color: #035010;
}
</style>