Shades of Myrtle #035000
Tints of Myrtle #035000
RGB
CMYK
RGB Variations
Color information
#035000 (or 0x035000) is known color: Myrtle. HEX triplet: 03, 50 and 00. RGB value is (3,80,0). Sum of RGB (Red+Green+Blue) = 3+80+0=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 80 (31.64% from 255 or 96.39% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 80 - color contains mainly: green. Hex color #035000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035000 is #FCAFFF. Grayscale: #303030. Windows color (decimal): -16560128 or 20483. OLE color: 20483.
HSL color Cylindrical-coordinate representation of color #035000: hue angle of 117.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #035000 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 80 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.69 |
| HSL | 117.75º | 1% | 0.16% | - |
| HSV(B) | 117.75º | 1% | 0.31% | - |
| XYZ | 2.91 | 5.76 | 0.96 | - |
| YUV | 47.86 | 100.99 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 0 | 0.96 | 0 | 1 | 0.69 | 117.75 | 1 | 0.16 |
| Hex | 3 | 50 | 0 | 60 | 0 | 64 | 45 | 76 | 64 | 10 |
| Octal | 3 | 120 | 0 | 140 | 0 | 144 | 105 | 166 | 144 | 20 |
| Binary | 11 | 1010000 | 0 | 1100000 | 0 | 1100100 | 1000101 | 1110110 | 1100100 | 10000 |
Color Harmonies of #035000
Complementary color
Monochromatic Colors of #035000
Black with #035000
Text Example
Text Example
White with #035000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035000; }
p { color: rgb(3,80,0); }
H1.HeaderClassName
{
color: #035000;
}
.AnyTagClassName
{
color: #035000;
}
</style>
background-color css
<style>
a { background-color: #035000; }
a { background-color: rgb(3,80,0); }
div.DivClassName
{
background-color: #035000;
}
.BgClassName
{
background-color: #035000;
}
</style>
border-color css
<style>
span { border-color: #035000; }
span { border-color: rgb(3,80,0); }
td.TdClassName
{
border-color: #035000;
}
.TagClassName
{
border-color: #035000;
}
</style>