Shades of Myrtle #035102
Tints of Myrtle #035102
RGB
CMYK
RGB Variations
Color information
#035102 (or 0x035102) is known color: Myrtle. HEX triplet: 03, 51 and 02. RGB value is (3,81,2). Sum of RGB (Red+Green+Blue) = 3+81+2=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 81 (32.03% from 255 or 94.19% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 81 - color contains mainly: green. Hex color #035102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035102 is #FCAEFD. Grayscale: #303030. Windows color (decimal): -16559870 or 151811. OLE color: 151811.
HSL color Cylindrical-coordinate representation of color #035102: hue angle of 119.24º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035102 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 81 | 2 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.68 |
| HSL | 119.24º | 0.95% | 0.16% | - |
| HSV(B) | 119.24º | 0.98% | 0.32% | - |
| XYZ | 2.99 | 5.91 | 1.04 | - |
| YUV | 48.67 | 101.66 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 2 | 0.96 | 0 | 0.98 | 0.68 | 119.24 | 0.95 | 0.16 |
| Hex | 3 | 51 | 2 | 60 | 0 | 62 | 44 | 77 | 5F | 10 |
| Octal | 3 | 121 | 2 | 140 | 0 | 142 | 104 | 167 | 137 | 20 |
| Binary | 11 | 1010001 | 10 | 1100000 | 0 | 1100010 | 1000100 | 1110111 | 1011111 | 10000 |
Color Harmonies of #035102
Complementary color
Monochromatic Colors of #035102
Black with #035102
Text Example
Text Example
White with #035102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035102; }
p { color: rgb(3,81,2); }
H1.HeaderClassName
{
color: #035102;
}
.AnyTagClassName
{
color: #035102;
}
</style>
background-color css
<style>
a { background-color: #035102; }
a { background-color: rgb(3,81,2); }
div.DivClassName
{
background-color: #035102;
}
.BgClassName
{
background-color: #035102;
}
</style>
border-color css
<style>
span { border-color: #035102; }
span { border-color: rgb(3,81,2); }
td.TdClassName
{
border-color: #035102;
}
.TagClassName
{
border-color: #035102;
}
</style>