Shades of Myrtle #255F05
Tints of Myrtle #255F05
RGB
CMYK
RGB Variations
Color information
#255F05 (or 0x255F05) is known color: Myrtle. HEX triplet: 25, 5F and 05. RGB value is (37,95,5). Sum of RGB (Red+Green+Blue) = 37+95+5=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 95 (37.5% from 255 or 69.34% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 95 - color contains mainly: green. Hex color #255F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255F05 is #DAA0FA. Grayscale: #434343. Windows color (decimal): -14328059 or 352037. OLE color: 352037.
HSL color Cylindrical-coordinate representation of color #255F05: hue angle of 98.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #255F05 is Cyan = 0.61, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 95 | 5 | - |
| CMYK | 0.61 | 0 | 0.95 | 0.63 |
| HSL | 98.67º | 0.9% | 0.2% | - |
| HSV(B) | 98.67º | 0.95% | 0.37% | - |
| XYZ | 4.88 | 8.59 | 1.54 | - |
| YUV | 67.4 | 92.78 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 5 | 0.61 | 0 | 0.95 | 0.63 | 98.67 | 0.9 | 0.2 |
| Hex | 25 | 5F | 5 | 3D | 0 | 5F | 3F | 63 | 5A | 14 |
| Octal | 45 | 137 | 5 | 75 | 0 | 137 | 77 | 143 | 132 | 24 |
| Binary | 100101 | 1011111 | 101 | 111101 | 0 | 1011111 | 111111 | 1100011 | 1011010 | 10100 |
Color Harmonies of #255F05
Complementary color
Monochromatic Colors of #255F05
Black with #255F05
Text Example
Text Example
White with #255F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255F05; }
p { color: rgb(37,95,5); }
H1.HeaderClassName
{
color: #255F05;
}
.AnyTagClassName
{
color: #255F05;
}
</style>
background-color css
<style>
a { background-color: #255F05; }
a { background-color: rgb(37,95,5); }
div.DivClassName
{
background-color: #255F05;
}
.BgClassName
{
background-color: #255F05;
}
</style>
border-color css
<style>
span { border-color: #255F05; }
span { border-color: rgb(37,95,5); }
td.TdClassName
{
border-color: #255F05;
}
.TagClassName
{
border-color: #255F05;
}
</style>