Shades of Myrtle #25530B
Tints of Myrtle #25530B
RGB
CMYK
RGB Variations
Color information
#25530B (or 0x25530B) is known color: Myrtle. HEX triplet: 25, 53 and 0B. RGB value is (37,83,11). Sum of RGB (Red+Green+Blue) = 37+83+11=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 83 (32.81% from 255 or 63.36% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 83 - color contains mainly: green. Hex color #25530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25530B is #DAACF4. Grayscale: #3D3D3D. Windows color (decimal): -14331125 or 742181. OLE color: 742181.
HSL color Cylindrical-coordinate representation of color #25530B: hue angle of 98.33º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #25530B is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 83 | 11 | - |
| CMYK | 0.55 | 0 | 0.87 | 0.67 |
| HSL | 98.33º | 0.77% | 0.18% | - |
| HSV(B) | 98.33º | 0.87% | 0.33% | - |
| XYZ | 3.92 | 6.6 | 1.38 | - |
| YUV | 61.04 | 99.76 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 11 | 0.55 | 0 | 0.87 | 0.67 | 98.33 | 0.77 | 0.18 |
| Hex | 25 | 53 | B | 37 | 0 | 57 | 43 | 62 | 4D | 12 |
| Octal | 45 | 123 | 13 | 67 | 0 | 127 | 103 | 142 | 115 | 22 |
| Binary | 100101 | 1010011 | 1011 | 110111 | 0 | 1010111 | 1000011 | 1100010 | 1001101 | 10010 |
Color Harmonies of #25530B
Complementary color
Monochromatic Colors of #25530B
Black with #25530B
Text Example
Text Example
White with #25530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25530B; }
p { color: rgb(37,83,11); }
H1.HeaderClassName
{
color: #25530B;
}
.AnyTagClassName
{
color: #25530B;
}
</style>
background-color css
<style>
a { background-color: #25530B; }
a { background-color: rgb(37,83,11); }
div.DivClassName
{
background-color: #25530B;
}
.BgClassName
{
background-color: #25530B;
}
</style>
border-color css
<style>
span { border-color: #25530B; }
span { border-color: rgb(37,83,11); }
td.TdClassName
{
border-color: #25530B;
}
.TagClassName
{
border-color: #25530B;
}
</style>