Shades of Myrtle #255325
Tints of Myrtle #255325
RGB
CMYK
RGB Variations
Color information
#255325 (or 0x255325) is known color: Myrtle. HEX triplet: 25, 53 and 25. RGB value is (37,83,37). Sum of RGB (Red+Green+Blue) = 37+83+37=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #255325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255325 is #DAACDA. Grayscale: #404040. Windows color (decimal): -14331099 or 2446117. OLE color: 2446117.
HSL color Cylindrical-coordinate representation of color #255325: hue angle of 120º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #255325 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 83 | 37 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.67 |
| HSL | 120º | 0.38% | 0.24% | - |
| HSV(B) | 120º | 0.55% | 0.33% | - |
| XYZ | 4.19 | 6.71 | 2.83 | - |
| YUV | 64 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 37 | 0.55 | 0 | 0.55 | 0.67 | 120 | 0.38 | 0.24 |
| Hex | 25 | 53 | 25 | 37 | 0 | 37 | 43 | 78 | 26 | 18 |
| Octal | 45 | 123 | 45 | 67 | 0 | 67 | 103 | 170 | 46 | 30 |
| Binary | 100101 | 1010011 | 100101 | 110111 | 0 | 110111 | 1000011 | 1111000 | 100110 | 11000 |
Color Harmonies of #255325
Complementary color
Monochromatic Colors of #255325
Black with #255325
Text Example
Text Example
White with #255325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255325; }
p { color: rgb(37,83,37); }
H1.HeaderClassName
{
color: #255325;
}
.AnyTagClassName
{
color: #255325;
}
</style>
background-color css
<style>
a { background-color: #255325; }
a { background-color: rgb(37,83,37); }
div.DivClassName
{
background-color: #255325;
}
.BgClassName
{
background-color: #255325;
}
</style>
border-color css
<style>
span { border-color: #255325; }
span { border-color: rgb(37,83,37); }
td.TdClassName
{
border-color: #255325;
}
.TagClassName
{
border-color: #255325;
}
</style>