Shades of Myrtle #255508
Tints of Myrtle #255508
RGB
CMYK
RGB Variations
Color information
#255508 (or 0x255508) is known color: Myrtle. HEX triplet: 25, 55 and 08. RGB value is (37,85,8). Sum of RGB (Red+Green+Blue) = 37+85+8=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 85 (33.59% from 255 or 65.38% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 85 - color contains mainly: green. Hex color #255508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255508 is #DAAAF7. Grayscale: #3E3E3E. Windows color (decimal): -14330616 or 546085. OLE color: 546085.
HSL color Cylindrical-coordinate representation of color #255508: hue angle of 97.4º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #255508 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 85 | 8 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.67 |
| HSL | 97.4º | 0.83% | 0.18% | - |
| HSV(B) | 97.4º | 0.91% | 0.33% | - |
| XYZ | 4.06 | 6.91 | 1.35 | - |
| YUV | 61.87 | 97.6 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 8 | 0.56 | 0 | 0.91 | 0.67 | 97.4 | 0.83 | 0.18 |
| Hex | 25 | 55 | 8 | 38 | 0 | 5B | 43 | 61 | 53 | 12 |
| Octal | 45 | 125 | 10 | 70 | 0 | 133 | 103 | 141 | 123 | 22 |
| Binary | 100101 | 1010101 | 1000 | 111000 | 0 | 1011011 | 1000011 | 1100001 | 1010011 | 10010 |
Color Harmonies of #255508
Complementary color
Monochromatic Colors of #255508
Black with #255508
Text Example
Text Example
White with #255508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255508; }
p { color: rgb(37,85,8); }
H1.HeaderClassName
{
color: #255508;
}
.AnyTagClassName
{
color: #255508;
}
</style>
background-color css
<style>
a { background-color: #255508; }
a { background-color: rgb(37,85,8); }
div.DivClassName
{
background-color: #255508;
}
.BgClassName
{
background-color: #255508;
}
</style>
border-color css
<style>
span { border-color: #255508; }
span { border-color: rgb(37,85,8); }
td.TdClassName
{
border-color: #255508;
}
.TagClassName
{
border-color: #255508;
}
</style>