Shades of Myrtle #255506
Tints of Myrtle #255506
RGB
CMYK
RGB Variations
Color information
#255506 (or 0x255506) is known color: Myrtle. HEX triplet: 25, 55 and 06. RGB value is (37,85,6). Sum of RGB (Red+Green+Blue) = 37+85+6=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 85 (33.59% from 255 or 66.41% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 85 - color contains mainly: green. Hex color #255506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255506 is #DAAAF9. Grayscale: #3D3D3D. Windows color (decimal): -14330618 or 415013. OLE color: 415013.
HSL color Cylindrical-coordinate representation of color #255506: hue angle of 96.46º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #255506 is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 85 | 6 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.67 |
| HSL | 96.46º | 0.87% | 0.18% | - |
| HSV(B) | 96.46º | 0.93% | 0.33% | - |
| XYZ | 4.04 | 6.9 | 1.29 | - |
| YUV | 61.64 | 96.6 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 6 | 0.56 | 0 | 0.93 | 0.67 | 96.46 | 0.87 | 0.18 |
| Hex | 25 | 55 | 6 | 38 | 0 | 5D | 43 | 60 | 57 | 12 |
| Octal | 45 | 125 | 6 | 70 | 0 | 135 | 103 | 140 | 127 | 22 |
| Binary | 100101 | 1010101 | 110 | 111000 | 0 | 1011101 | 1000011 | 1100000 | 1010111 | 10010 |
Color Harmonies of #255506
Complementary color
Monochromatic Colors of #255506
Black with #255506
Text Example
Text Example
White with #255506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255506; }
p { color: rgb(37,85,6); }
H1.HeaderClassName
{
color: #255506;
}
.AnyTagClassName
{
color: #255506;
}
</style>
background-color css
<style>
a { background-color: #255506; }
a { background-color: rgb(37,85,6); }
div.DivClassName
{
background-color: #255506;
}
.BgClassName
{
background-color: #255506;
}
</style>
border-color css
<style>
span { border-color: #255506; }
span { border-color: rgb(37,85,6); }
td.TdClassName
{
border-color: #255506;
}
.TagClassName
{
border-color: #255506;
}
</style>