Shades of Myrtle #255A0F
Tints of Myrtle #255A0F
RGB
CMYK
RGB Variations
Color information
#255A0F (or 0x255A0F) is known color: Myrtle. HEX triplet: 25, 5A and 0F. RGB value is (37,90,15). Sum of RGB (Red+Green+Blue) = 37+90+15=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 90 (35.55% from 255 or 63.38% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 90 - color contains mainly: green. Hex color #255A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255A0F is #DAA5F0. Grayscale: #414141. Windows color (decimal): -14329329 or 1006117. OLE color: 1006117.
HSL color Cylindrical-coordinate representation of color #255A0F: hue angle of 102.4º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255A0F is Cyan = 0.59, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 90 | 15 | - |
| CMYK | 0.59 | 0 | 0.83 | 0.65 |
| HSL | 102.4º | 0.71% | 0.21% | - |
| HSV(B) | 102.4º | 0.83% | 0.35% | - |
| XYZ | 4.51 | 7.74 | 1.71 | - |
| YUV | 65.6 | 99.44 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 15 | 0.59 | 0 | 0.83 | 0.65 | 102.4 | 0.71 | 0.21 |
| Hex | 25 | 5A | F | 3B | 0 | 53 | 41 | 66 | 47 | 15 |
| Octal | 45 | 132 | 17 | 73 | 0 | 123 | 101 | 146 | 107 | 25 |
| Binary | 100101 | 1011010 | 1111 | 111011 | 0 | 1010011 | 1000001 | 1100110 | 1000111 | 10101 |
Color Harmonies of #255A0F
Complementary color
Monochromatic Colors of #255A0F
Black with #255A0F
Text Example
Text Example
White with #255A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255A0F; }
p { color: rgb(37,90,15); }
H1.HeaderClassName
{
color: #255A0F;
}
.AnyTagClassName
{
color: #255A0F;
}
</style>
background-color css
<style>
a { background-color: #255A0F; }
a { background-color: rgb(37,90,15); }
div.DivClassName
{
background-color: #255A0F;
}
.BgClassName
{
background-color: #255A0F;
}
</style>
border-color css
<style>
span { border-color: #255A0F; }
span { border-color: rgb(37,90,15); }
td.TdClassName
{
border-color: #255A0F;
}
.TagClassName
{
border-color: #255A0F;
}
</style>