Shades of Myrtle #255011
Tints of Myrtle #255011
RGB
CMYK
RGB Variations
Color information
#255011 (or 0x255011) is known color: Myrtle. HEX triplet: 25, 50 and 11. RGB value is (37,80,17). Sum of RGB (Red+Green+Blue) = 37+80+17=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 80 (31.64% from 255 or 59.70% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 80 - color contains mainly: green. Hex color #255011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255011 is #DAAFEE. Grayscale: #3C3C3C. Windows color (decimal): -14331887 or 1134629. OLE color: 1134629.
HSL color Cylindrical-coordinate representation of color #255011: hue angle of 100.95º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #255011 is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 80 | 17 | - |
| CMYK | 0.54 | 0 | 0.79 | 0.69 |
| HSL | 100.95º | 0.65% | 0.19% | - |
| HSV(B) | 100.95º | 0.79% | 0.31% | - |
| XYZ | 3.73 | 6.17 | 1.52 | - |
| YUV | 59.96 | 103.75 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 17 | 0.54 | 0 | 0.79 | 0.69 | 100.95 | 0.65 | 0.19 |
| Hex | 25 | 50 | 11 | 36 | 0 | 4F | 45 | 65 | 41 | 13 |
| Octal | 45 | 120 | 21 | 66 | 0 | 117 | 105 | 145 | 101 | 23 |
| Binary | 100101 | 1010000 | 10001 | 110110 | 0 | 1001111 | 1000101 | 1100101 | 1000001 | 10011 |
Color Harmonies of #255011
Complementary color
Monochromatic Colors of #255011
Black with #255011
Text Example
Text Example
White with #255011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255011; }
p { color: rgb(37,80,17); }
H1.HeaderClassName
{
color: #255011;
}
.AnyTagClassName
{
color: #255011;
}
</style>
background-color css
<style>
a { background-color: #255011; }
a { background-color: rgb(37,80,17); }
div.DivClassName
{
background-color: #255011;
}
.BgClassName
{
background-color: #255011;
}
</style>
border-color css
<style>
span { border-color: #255011; }
span { border-color: rgb(37,80,17); }
td.TdClassName
{
border-color: #255011;
}
.TagClassName
{
border-color: #255011;
}
</style>