Shades of Myrtle #255218
Tints of Myrtle #255218
RGB
CMYK
RGB Variations
Color information
#255218 (or 0x255218) is known color: Myrtle. HEX triplet: 25, 52 and 18. RGB value is (37,82,24). Sum of RGB (Red+Green+Blue) = 37+82+24=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #255218 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255218 is #DAADE7. Grayscale: #3E3E3E. Windows color (decimal): -14331368 or 1593893. OLE color: 1593893.
HSL color Cylindrical-coordinate representation of color #255218: hue angle of 106.55º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #255218 is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 82 | 24 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.68 |
| HSL | 106.55º | 0.55% | 0.21% | - |
| HSV(B) | 106.55º | 0.71% | 0.32% | - |
| XYZ | 3.95 | 6.49 | 1.91 | - |
| YUV | 61.93 | 106.59 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 24 | 0.55 | 0 | 0.71 | 0.68 | 106.55 | 0.55 | 0.21 |
| Hex | 25 | 52 | 18 | 37 | 0 | 47 | 44 | 6B | 37 | 15 |
| Octal | 45 | 122 | 30 | 67 | 0 | 107 | 104 | 153 | 67 | 25 |
| Binary | 100101 | 1010010 | 11000 | 110111 | 0 | 1000111 | 1000100 | 1101011 | 110111 | 10101 |
Color Harmonies of #255218
Complementary color
Monochromatic Colors of #255218
Black with #255218
Text Example
Text Example
White with #255218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255218; }
p { color: rgb(37,82,24); }
H1.HeaderClassName
{
color: #255218;
}
.AnyTagClassName
{
color: #255218;
}
</style>
background-color css
<style>
a { background-color: #255218; }
a { background-color: rgb(37,82,24); }
div.DivClassName
{
background-color: #255218;
}
.BgClassName
{
background-color: #255218;
}
</style>
border-color css
<style>
span { border-color: #255218; }
span { border-color: rgb(37,82,24); }
td.TdClassName
{
border-color: #255218;
}
.TagClassName
{
border-color: #255218;
}
</style>