Shades of Myrtle #035002
Tints of Myrtle #035002
RGB
CMYK
RGB Variations
Color information
#035002 (or 0x035002) is known color: Myrtle. HEX triplet: 03, 50 and 02. RGB value is (3,80,2). Sum of RGB (Red+Green+Blue) = 3+80+2=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 80 (31.64% from 255 or 94.12% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 80 - color contains mainly: green. Hex color #035002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035002 is #FCAFFD. Grayscale: #303030. Windows color (decimal): -16560126 or 151555. OLE color: 151555.
HSL color Cylindrical-coordinate representation of color #035002: hue angle of 119.23º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035002 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 80 | 2 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.69 |
| HSL | 119.23º | 0.95% | 0.16% | - |
| HSV(B) | 119.23º | 0.98% | 0.31% | - |
| XYZ | 2.92 | 5.76 | 1.02 | - |
| YUV | 48.09 | 101.99 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 2 | 0.96 | 0 | 0.98 | 0.69 | 119.23 | 0.95 | 0.16 |
| Hex | 3 | 50 | 2 | 60 | 0 | 62 | 45 | 77 | 5F | 10 |
| Octal | 3 | 120 | 2 | 140 | 0 | 142 | 105 | 167 | 137 | 20 |
| Binary | 11 | 1010000 | 10 | 1100000 | 0 | 1100010 | 1000101 | 1110111 | 1011111 | 10000 |
Color Harmonies of #035002
Complementary color
Monochromatic Colors of #035002
Black with #035002
Text Example
Text Example
White with #035002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035002; }
p { color: rgb(3,80,2); }
H1.HeaderClassName
{
color: #035002;
}
.AnyTagClassName
{
color: #035002;
}
</style>
background-color css
<style>
a { background-color: #035002; }
a { background-color: rgb(3,80,2); }
div.DivClassName
{
background-color: #035002;
}
.BgClassName
{
background-color: #035002;
}
</style>
border-color css
<style>
span { border-color: #035002; }
span { border-color: rgb(3,80,2); }
td.TdClassName
{
border-color: #035002;
}
.TagClassName
{
border-color: #035002;
}
</style>