Shades of Clover #4A5D25
Tints of Clover #4A5D25
RGB
CMYK
RGB Variations
Color information
#4A5D25 (or 0x4A5D25) is known color: Clover. HEX triplet: 4A, 5D and 25. RGB value is (74,93,37). Sum of RGB (Red+Green+Blue) = 74+93+37=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 93 - color contains mainly: green. Hex color #4A5D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5D25 is #B5A2DA. Grayscale: #515151. Windows color (decimal): -11903707 or 2448714. OLE color: 2448714.
HSL color Cylindrical-coordinate representation of color #4A5D25: hue angle of 80.36º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A5D25 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 93 | 37 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.64 |
| HSL | 80.36º | 0.43% | 0.25% | - |
| HSV(B) | 80.36º | 0.6% | 0.36% | - |
| XYZ | 7.07 | 9.42 | 3.2 | - |
| YUV | 80.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 93 | 37 | 0.20 | 0 | 0.60 | 0.64 | 80.36 | 0.43 | 0.25 |
| Hex | 4A | 5D | 25 | 14 | 0 | 3C | 40 | 50 | 2B | 19 |
| Octal | 112 | 135 | 45 | 24 | 0 | 74 | 100 | 120 | 53 | 31 |
| Binary | 1001010 | 1011101 | 100101 | 10100 | 0 | 111100 | 1000000 | 1010000 | 101011 | 11001 |
Color Harmonies of #4A5D25
Complementary color
Monochromatic Colors of #4A5D25
Black with #4A5D25
Text Example
Text Example
White with #4A5D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5D25; }
p { color: rgb(74,93,37); }
H1.HeaderClassName
{
color: #4A5D25;
}
.AnyTagClassName
{
color: #4A5D25;
}
</style>
background-color css
<style>
a { background-color: #4A5D25; }
a { background-color: rgb(74,93,37); }
div.DivClassName
{
background-color: #4A5D25;
}
.BgClassName
{
background-color: #4A5D25;
}
</style>
border-color css
<style>
span { border-color: #4A5D25; }
span { border-color: rgb(74,93,37); }
td.TdClassName
{
border-color: #4A5D25;
}
.TagClassName
{
border-color: #4A5D25;
}
</style>