Shades of Myrtle #255305
Tints of Myrtle #255305
RGB
CMYK
RGB Variations
Color information
#255305 (or 0x255305) is known color: Myrtle. HEX triplet: 25, 53 and 05. RGB value is (37,83,5). Sum of RGB (Red+Green+Blue) = 37+83+5=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 83 (32.81% from 255 or 66.4% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 83 - color contains mainly: green. Hex color #255305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255305 is #DAACFA. Grayscale: #3C3C3C. Windows color (decimal): -14331131 or 348965. OLE color: 348965.
HSL color Cylindrical-coordinate representation of color #255305: hue angle of 95.38º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #255305 is Cyan = 0.55, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 83 | 5 | - |
| CMYK | 0.55 | 0 | 0.94 | 0.67 |
| HSL | 95.38º | 0.89% | 0.17% | - |
| HSV(B) | 95.38º | 0.94% | 0.33% | - |
| XYZ | 3.88 | 6.59 | 1.21 | - |
| YUV | 60.35 | 96.76 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 5 | 0.55 | 0 | 0.94 | 0.67 | 95.38 | 0.89 | 0.17 |
| Hex | 25 | 53 | 5 | 37 | 0 | 5E | 43 | 5F | 59 | 11 |
| Octal | 45 | 123 | 5 | 67 | 0 | 136 | 103 | 137 | 131 | 21 |
| Binary | 100101 | 1010011 | 101 | 110111 | 0 | 1011110 | 1000011 | 1011111 | 1011001 | 10001 |
Color Harmonies of #255305
Complementary color
Monochromatic Colors of #255305
Black with #255305
Text Example
Text Example
White with #255305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255305; }
p { color: rgb(37,83,5); }
H1.HeaderClassName
{
color: #255305;
}
.AnyTagClassName
{
color: #255305;
}
</style>
background-color css
<style>
a { background-color: #255305; }
a { background-color: rgb(37,83,5); }
div.DivClassName
{
background-color: #255305;
}
.BgClassName
{
background-color: #255305;
}
</style>
border-color css
<style>
span { border-color: #255305; }
span { border-color: rgb(37,83,5); }
td.TdClassName
{
border-color: #255305;
}
.TagClassName
{
border-color: #255305;
}
</style>