Shades of Clover #505E31
Tints of Clover #505E31
RGB
CMYK
RGB Variations
Color information
#505E31 (or 0x505E31) is known color: Clover. HEX triplet: 50, 5E and 31. RGB value is (80,94,49). Sum of RGB (Red+Green+Blue) = 80+94+49=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 94 - color contains mainly: green. Hex color #505E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505E31 is #AFA1CE. Grayscale: #545454. Windows color (decimal): -11510223 or 3235408. OLE color: 3235408.
HSL color Cylindrical-coordinate representation of color #505E31: hue angle of 78.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #505E31 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 94 | 49 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.63 |
| HSL | 78.67º | 0.31% | 0.28% | - |
| HSV(B) | 78.67º | 0.48% | 0.37% | - |
| XYZ | 7.87 | 9.93 | 4.41 | - |
| YUV | 84.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 49 | 0.15 | 0 | 0.48 | 0.63 | 78.67 | 0.31 | 0.28 |
| Hex | 50 | 5E | 31 | F | 0 | 30 | 3F | 4F | 1F | 1C |
| Octal | 120 | 136 | 61 | 17 | 0 | 60 | 77 | 117 | 37 | 34 |
| Binary | 1010000 | 1011110 | 110001 | 1111 | 0 | 110000 | 111111 | 1001111 | 11111 | 11100 |
Color Harmonies of #505E31
Complementary color
Monochromatic Colors of #505E31
Black with #505E31
Text Example
Text Example
White with #505E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505E31; }
p { color: rgb(80,94,49); }
H1.HeaderClassName
{
color: #505E31;
}
.AnyTagClassName
{
color: #505E31;
}
</style>
background-color css
<style>
a { background-color: #505E31; }
a { background-color: rgb(80,94,49); }
div.DivClassName
{
background-color: #505E31;
}
.BgClassName
{
background-color: #505E31;
}
</style>
border-color css
<style>
span { border-color: #505E31; }
span { border-color: rgb(80,94,49); }
td.TdClassName
{
border-color: #505E31;
}
.TagClassName
{
border-color: #505E31;
}
</style>