Shades of Myrtle #255B11
Tints of Myrtle #255B11
RGB
CMYK
RGB Variations
Color information
#255B11 (or 0x255B11) is known color: Myrtle. HEX triplet: 25, 5B and 11. RGB value is (37,91,17). Sum of RGB (Red+Green+Blue) = 37+91+17=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 91 (35.94% from 255 or 62.76% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 91 - color contains mainly: green. Hex color #255B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255B11 is #DAA4EE. Grayscale: #424242. Windows color (decimal): -14329071 or 1137445. OLE color: 1137445.
HSL color Cylindrical-coordinate representation of color #255B11: hue angle of 103.78º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #255B11 is Cyan = 0.59, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 91 | 17 | - |
| CMYK | 0.59 | 0 | 0.81 | 0.64 |
| HSL | 103.78º | 0.69% | 0.21% | - |
| HSV(B) | 103.78º | 0.81% | 0.36% | - |
| XYZ | 4.61 | 7.92 | 1.82 | - |
| YUV | 66.42 | 100.11 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 17 | 0.59 | 0 | 0.81 | 0.64 | 103.78 | 0.69 | 0.21 |
| Hex | 25 | 5B | 11 | 3B | 0 | 51 | 40 | 68 | 45 | 15 |
| Octal | 45 | 133 | 21 | 73 | 0 | 121 | 100 | 150 | 105 | 25 |
| Binary | 100101 | 1011011 | 10001 | 111011 | 0 | 1010001 | 1000000 | 1101000 | 1000101 | 10101 |
Color Harmonies of #255B11
Complementary color
Monochromatic Colors of #255B11
Black with #255B11
Text Example
Text Example
White with #255B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B11; }
p { color: rgb(37,91,17); }
H1.HeaderClassName
{
color: #255B11;
}
.AnyTagClassName
{
color: #255B11;
}
</style>
background-color css
<style>
a { background-color: #255B11; }
a { background-color: rgb(37,91,17); }
div.DivClassName
{
background-color: #255B11;
}
.BgClassName
{
background-color: #255B11;
}
</style>
border-color css
<style>
span { border-color: #255B11; }
span { border-color: rgb(37,91,17); }
td.TdClassName
{
border-color: #255B11;
}
.TagClassName
{
border-color: #255B11;
}
</style>