Shades of Myrtle #255313
Tints of Myrtle #255313
RGB
CMYK
RGB Variations
Color information
#255313 (or 0x255313) is known color: Myrtle. HEX triplet: 25, 53 and 13. RGB value is (37,83,19). Sum of RGB (Red+Green+Blue) = 37+83+19=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #255313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255313 is #DAACEC. Grayscale: #3E3E3E. Windows color (decimal): -14331117 or 1266469. OLE color: 1266469.
HSL color Cylindrical-coordinate representation of color #255313: hue angle of 103.12º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #255313 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 83 | 19 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.67 |
| HSL | 103.13º | 0.63% | 0.2% | - |
| HSV(B) | 103.13º | 0.77% | 0.33% | - |
| XYZ | 3.97 | 6.63 | 1.69 | - |
| YUV | 61.95 | 103.76 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 19 | 0.55 | 0 | 0.77 | 0.67 | 103.13 | 0.63 | 0.2 |
| Hex | 25 | 53 | 13 | 37 | 0 | 4D | 43 | 67 | 3F | 14 |
| Octal | 45 | 123 | 23 | 67 | 0 | 115 | 103 | 147 | 77 | 24 |
| Binary | 100101 | 1010011 | 10011 | 110111 | 0 | 1001101 | 1000011 | 1100111 | 111111 | 10100 |
Color Harmonies of #255313
Complementary color
Monochromatic Colors of #255313
Black with #255313
Text Example
Text Example
White with #255313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255313; }
p { color: rgb(37,83,19); }
H1.HeaderClassName
{
color: #255313;
}
.AnyTagClassName
{
color: #255313;
}
</style>
background-color css
<style>
a { background-color: #255313; }
a { background-color: rgb(37,83,19); }
div.DivClassName
{
background-color: #255313;
}
.BgClassName
{
background-color: #255313;
}
</style>
border-color css
<style>
span { border-color: #255313; }
span { border-color: rgb(37,83,19); }
td.TdClassName
{
border-color: #255313;
}
.TagClassName
{
border-color: #255313;
}
</style>