Shades of Myrtle #25550F
Tints of Myrtle #25550F
RGB
CMYK
RGB Variations
Color information
#25550F (or 0x25550F) is known color: Myrtle. HEX triplet: 25, 55 and 0F. RGB value is (37,85,15). Sum of RGB (Red+Green+Blue) = 37+85+15=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #25550F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25550F is #DAAAF0. Grayscale: #3E3E3E. Windows color (decimal): -14330609 or 1004837. OLE color: 1004837.
HSL color Cylindrical-coordinate representation of color #25550F: hue angle of 101.14º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25550F is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 85 | 15 | - |
| CMYK | 0.56 | 0 | 0.82 | 0.67 |
| HSL | 101.14º | 0.7% | 0.2% | - |
| HSV(B) | 101.14º | 0.82% | 0.33% | - |
| XYZ | 4.1 | 6.92 | 1.57 | - |
| YUV | 62.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 15 | 0.56 | 0 | 0.82 | 0.67 | 101.14 | 0.7 | 0.2 |
| Hex | 25 | 55 | F | 38 | 0 | 52 | 43 | 65 | 46 | 14 |
| Octal | 45 | 125 | 17 | 70 | 0 | 122 | 103 | 145 | 106 | 24 |
| Binary | 100101 | 1010101 | 1111 | 111000 | 0 | 1010010 | 1000011 | 1100101 | 1000110 | 10100 |
Color Harmonies of #25550F
Complementary color
Monochromatic Colors of #25550F
Black with #25550F
Text Example
Text Example
White with #25550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25550F; }
p { color: rgb(37,85,15); }
H1.HeaderClassName
{
color: #25550F;
}
.AnyTagClassName
{
color: #25550F;
}
</style>
background-color css
<style>
a { background-color: #25550F; }
a { background-color: rgb(37,85,15); }
div.DivClassName
{
background-color: #25550F;
}
.BgClassName
{
background-color: #25550F;
}
</style>
border-color css
<style>
span { border-color: #25550F; }
span { border-color: rgb(37,85,15); }
td.TdClassName
{
border-color: #25550F;
}
.TagClassName
{
border-color: #25550F;
}
</style>