Shades of Myrtle #25520B
Tints of Myrtle #25520B
RGB
CMYK
RGB Variations
Color information
#25520B (or 0x25520B) is known color: Myrtle. HEX triplet: 25, 52 and 0B. RGB value is (37,82,11). Sum of RGB (Red+Green+Blue) = 37+82+11=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 82 (32.42% from 255 or 63.08% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 82 - color contains mainly: green. Hex color #25520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25520B is #DAADF4. Grayscale: #3C3C3C. Windows color (decimal): -14331381 or 741925. OLE color: 741925.
HSL color Cylindrical-coordinate representation of color #25520B: hue angle of 98.03º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #25520B is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 82 | 11 | - |
| CMYK | 0.55 | 0 | 0.87 | 0.68 |
| HSL | 98.03º | 0.76% | 0.18% | - |
| HSV(B) | 98.03º | 0.87% | 0.32% | - |
| XYZ | 3.84 | 6.45 | 1.36 | - |
| YUV | 60.45 | 100.09 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 11 | 0.55 | 0 | 0.87 | 0.68 | 98.03 | 0.76 | 0.18 |
| Hex | 25 | 52 | B | 37 | 0 | 57 | 44 | 62 | 4C | 12 |
| Octal | 45 | 122 | 13 | 67 | 0 | 127 | 104 | 142 | 114 | 22 |
| Binary | 100101 | 1010010 | 1011 | 110111 | 0 | 1010111 | 1000100 | 1100010 | 1001100 | 10010 |
Color Harmonies of #25520B
Complementary color
Monochromatic Colors of #25520B
Black with #25520B
Text Example
Text Example
White with #25520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25520B; }
p { color: rgb(37,82,11); }
H1.HeaderClassName
{
color: #25520B;
}
.AnyTagClassName
{
color: #25520B;
}
</style>
background-color css
<style>
a { background-color: #25520B; }
a { background-color: rgb(37,82,11); }
div.DivClassName
{
background-color: #25520B;
}
.BgClassName
{
background-color: #25520B;
}
</style>
border-color css
<style>
span { border-color: #25520B; }
span { border-color: rgb(37,82,11); }
td.TdClassName
{
border-color: #25520B;
}
.TagClassName
{
border-color: #25520B;
}
</style>