Shades of Myrtle #035003
Tints of Myrtle #035003
RGB
CMYK
RGB Variations
Color information
#035003 (or 0x035003) is known color: Myrtle. HEX triplet: 03, 50 and 03. RGB value is (3,80,3). Sum of RGB (Red+Green+Blue) = 3+80+3=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 80 (31.64% from 255 or 93.02% from 86); Blue value is 3 (1.56% from 255 or 3.49% from 86); Max value from RGB is 80 - color contains mainly: green. Hex color #035003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035003 is #FCAFFC. Grayscale: #303030. Windows color (decimal): -16560125 or 217091. OLE color: 217091.
HSL color Cylindrical-coordinate representation of color #035003: hue angle of 120º 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 #035003 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 80 | 3 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.69 |
| HSL | 120º | 0.93% | 0.16% | - |
| HSV(B) | 120º | 0.96% | 0.31% | - |
| XYZ | 2.92 | 5.76 | 1.04 | - |
| YUV | 48.2 | 102.49 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 3 | 0.96 | 0 | 0.96 | 0.69 | 120 | 0.93 | 0.16 |
| Hex | 3 | 50 | 3 | 60 | 0 | 60 | 45 | 78 | 5D | 10 |
| Octal | 3 | 120 | 3 | 140 | 0 | 140 | 105 | 170 | 135 | 20 |
| Binary | 11 | 1010000 | 11 | 1100000 | 0 | 1100000 | 1000101 | 1111000 | 1011101 | 10000 |
Color Harmonies of #035003
Complementary color
Monochromatic Colors of #035003
Black with #035003
Text Example
Text Example
White with #035003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035003; }
p { color: rgb(3,80,3); }
H1.HeaderClassName
{
color: #035003;
}
.AnyTagClassName
{
color: #035003;
}
</style>
background-color css
<style>
a { background-color: #035003; }
a { background-color: rgb(3,80,3); }
div.DivClassName
{
background-color: #035003;
}
.BgClassName
{
background-color: #035003;
}
</style>
border-color css
<style>
span { border-color: #035003; }
span { border-color: rgb(3,80,3); }
td.TdClassName
{
border-color: #035003;
}
.TagClassName
{
border-color: #035003;
}
</style>