Shades of Myrtle #255311
Tints of Myrtle #255311
RGB
CMYK
RGB Variations
Color information
#255311 (or 0x255311) is known color: Myrtle. HEX triplet: 25, 53 and 11. RGB value is (37,83,17). Sum of RGB (Red+Green+Blue) = 37+83+17=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #255311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255311 is #DAACEE. Grayscale: #3D3D3D. Windows color (decimal): -14331119 or 1135397. OLE color: 1135397.
HSL color Cylindrical-coordinate representation of color #255311: hue angle of 101.82º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #255311 is Cyan = 0.55, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 83 | 17 | - |
| CMYK | 0.55 | 0 | 0.80 | 0.67 |
| HSL | 101.82º | 0.66% | 0.2% | - |
| HSV(B) | 101.82º | 0.8% | 0.33% | - |
| XYZ | 3.96 | 6.62 | 1.6 | - |
| YUV | 61.72 | 102.76 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 17 | 0.55 | 0 | 0.80 | 0.67 | 101.82 | 0.66 | 0.2 |
| Hex | 25 | 53 | 11 | 37 | 0 | 50 | 43 | 66 | 42 | 14 |
| Octal | 45 | 123 | 21 | 67 | 0 | 120 | 103 | 146 | 102 | 24 |
| Binary | 100101 | 1010011 | 10001 | 110111 | 0 | 1010000 | 1000011 | 1100110 | 1000010 | 10100 |
Color Harmonies of #255311
Complementary color
Monochromatic Colors of #255311
Black with #255311
Text Example
Text Example
White with #255311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255311; }
p { color: rgb(37,83,17); }
H1.HeaderClassName
{
color: #255311;
}
.AnyTagClassName
{
color: #255311;
}
</style>
background-color css
<style>
a { background-color: #255311; }
a { background-color: rgb(37,83,17); }
div.DivClassName
{
background-color: #255311;
}
.BgClassName
{
background-color: #255311;
}
</style>
border-color css
<style>
span { border-color: #255311; }
span { border-color: rgb(37,83,17); }
td.TdClassName
{
border-color: #255311;
}
.TagClassName
{
border-color: #255311;
}
</style>