Shades of Myrtle #255C05
Tints of Myrtle #255C05
RGB
CMYK
RGB Variations
Color information
#255C05 (or 0x255C05) is known color: Myrtle. HEX triplet: 25, 5C and 05. RGB value is (37,92,5). Sum of RGB (Red+Green+Blue) = 37+92+5=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 92 (36.33% from 255 or 68.66% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 92 - color contains mainly: green. Hex color #255C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255C05 is #DAA3FA. Grayscale: #414141. Windows color (decimal): -14328827 or 351269. OLE color: 351269.
HSL color Cylindrical-coordinate representation of color #255C05: hue angle of 97.93º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #255C05 is Cyan = 0.60, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 92 | 5 | - |
| CMYK | 0.60 | 0 | 0.95 | 0.64 |
| HSL | 97.93º | 0.9% | 0.19% | - |
| HSV(B) | 97.93º | 0.95% | 0.36% | - |
| XYZ | 4.62 | 8.06 | 1.46 | - |
| YUV | 65.64 | 93.78 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 5 | 0.60 | 0 | 0.95 | 0.64 | 97.93 | 0.9 | 0.19 |
| Hex | 25 | 5C | 5 | 3C | 0 | 5F | 40 | 62 | 5A | 13 |
| Octal | 45 | 134 | 5 | 74 | 0 | 137 | 100 | 142 | 132 | 23 |
| Binary | 100101 | 1011100 | 101 | 111100 | 0 | 1011111 | 1000000 | 1100010 | 1011010 | 10011 |
Color Harmonies of #255C05
Complementary color
Monochromatic Colors of #255C05
Black with #255C05
Text Example
Text Example
White with #255C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C05; }
p { color: rgb(37,92,5); }
H1.HeaderClassName
{
color: #255C05;
}
.AnyTagClassName
{
color: #255C05;
}
</style>
background-color css
<style>
a { background-color: #255C05; }
a { background-color: rgb(37,92,5); }
div.DivClassName
{
background-color: #255C05;
}
.BgClassName
{
background-color: #255C05;
}
</style>
border-color css
<style>
span { border-color: #255C05; }
span { border-color: rgb(37,92,5); }
td.TdClassName
{
border-color: #255C05;
}
.TagClassName
{
border-color: #255C05;
}
</style>