Shades of Clover #4A5F26
Tints of Clover #4A5F26
RGB
CMYK
RGB Variations
Color information
#4A5F26 (or 0x4A5F26) is known color: Clover. HEX triplet: 4A, 5F and 26. RGB value is (74,95,38). Sum of RGB (Red+Green+Blue) = 74+95+38=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 95 - color contains mainly: green. Hex color #4A5F26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5F26 is #B5A0D9. Grayscale: #525252. Windows color (decimal): -11903194 or 2514762. OLE color: 2514762.
HSL color Cylindrical-coordinate representation of color #4A5F26: hue angle of 82.11º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A5F26 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 95 | 38 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.63 |
| HSL | 82.11º | 0.43% | 0.26% | - |
| HSV(B) | 82.11º | 0.6% | 0.37% | - |
| XYZ | 7.27 | 9.78 | 3.34 | - |
| YUV | 82.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 95 | 38 | 0.22 | 0 | 0.60 | 0.63 | 82.11 | 0.43 | 0.26 |
| Hex | 4A | 5F | 26 | 16 | 0 | 3C | 3F | 52 | 2B | 1A |
| Octal | 112 | 137 | 46 | 26 | 0 | 74 | 77 | 122 | 53 | 32 |
| Binary | 1001010 | 1011111 | 100110 | 10110 | 0 | 111100 | 111111 | 1010010 | 101011 | 11010 |
Color Harmonies of #4A5F26
Complementary color
Monochromatic Colors of #4A5F26
Black with #4A5F26
Text Example
Text Example
White with #4A5F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5F26; }
p { color: rgb(74,95,38); }
H1.HeaderClassName
{
color: #4A5F26;
}
.AnyTagClassName
{
color: #4A5F26;
}
</style>
background-color css
<style>
a { background-color: #4A5F26; }
a { background-color: rgb(74,95,38); }
div.DivClassName
{
background-color: #4A5F26;
}
.BgClassName
{
background-color: #4A5F26;
}
</style>
border-color css
<style>
span { border-color: #4A5F26; }
span { border-color: rgb(74,95,38); }
td.TdClassName
{
border-color: #4A5F26;
}
.TagClassName
{
border-color: #4A5F26;
}
</style>