Shades of Myrtle #255003
Tints of Myrtle #255003
RGB
CMYK
RGB Variations
Color information
#255003 (or 0x255003) is known color: Myrtle. HEX triplet: 25, 50 and 03. RGB value is (37,80,3). Sum of RGB (Red+Green+Blue) = 37+80+3=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #255003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255003 is #DAAFFC. Grayscale: #3A3A3A. Windows color (decimal): -14331901 or 217125. OLE color: 217125.
HSL color Cylindrical-coordinate representation of color #255003: hue angle of 93.51º 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 #255003 is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 80 | 3 | - |
| CMYK | 0.54 | 0 | 0.96 | 0.69 |
| HSL | 93.51º | 0.93% | 0.16% | - |
| HSV(B) | 93.51º | 0.96% | 0.31% | - |
| XYZ | 3.65 | 6.14 | 1.08 | - |
| YUV | 58.37 | 96.75 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 3 | 0.54 | 0 | 0.96 | 0.69 | 93.51 | 0.93 | 0.16 |
| Hex | 25 | 50 | 3 | 36 | 0 | 60 | 45 | 5E | 5D | 10 |
| Octal | 45 | 120 | 3 | 66 | 0 | 140 | 105 | 136 | 135 | 20 |
| Binary | 100101 | 1010000 | 11 | 110110 | 0 | 1100000 | 1000101 | 1011110 | 1011101 | 10000 |
Color Harmonies of #255003
Complementary color
Monochromatic Colors of #255003
Black with #255003
Text Example
Text Example
White with #255003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255003; }
p { color: rgb(37,80,3); }
H1.HeaderClassName
{
color: #255003;
}
.AnyTagClassName
{
color: #255003;
}
</style>
background-color css
<style>
a { background-color: #255003; }
a { background-color: rgb(37,80,3); }
div.DivClassName
{
background-color: #255003;
}
.BgClassName
{
background-color: #255003;
}
</style>
border-color css
<style>
span { border-color: #255003; }
span { border-color: rgb(37,80,3); }
td.TdClassName
{
border-color: #255003;
}
.TagClassName
{
border-color: #255003;
}
</style>