Shades of Clover #4A5A2F
Tints of Clover #4A5A2F
RGB
CMYK
RGB Variations
Color information
#4A5A2F (or 0x4A5A2F) is known color: Clover. HEX triplet: 4A, 5A and 2F. RGB value is (74,90,47). Sum of RGB (Red+Green+Blue) = 74+90+47=211 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.07% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #4A5A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5A2F is #B5A5D0. Grayscale: #505050. Windows color (decimal): -11904465 or 3103306. OLE color: 3103306.
HSL color Cylindrical-coordinate representation of color #4A5A2F: hue angle of 82.33º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A5A2F is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 90 | 47 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.65 |
| HSL | 82.33º | 0.31% | 0.27% | - |
| HSV(B) | 82.33º | 0.48% | 0.35% | - |
| XYZ | 6.99 | 8.97 | 4.05 | - |
| YUV | 80.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 90 | 47 | 0.18 | 0 | 0.48 | 0.65 | 82.33 | 0.31 | 0.27 |
| Hex | 4A | 5A | 2F | 12 | 0 | 30 | 41 | 52 | 1F | 1B |
| Octal | 112 | 132 | 57 | 22 | 0 | 60 | 101 | 122 | 37 | 33 |
| Binary | 1001010 | 1011010 | 101111 | 10010 | 0 | 110000 | 1000001 | 1010010 | 11111 | 11011 |
Color Harmonies of #4A5A2F
Complementary color
Monochromatic Colors of #4A5A2F
Black with #4A5A2F
Text Example
Text Example
White with #4A5A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5A2F; }
p { color: rgb(74,90,47); }
H1.HeaderClassName
{
color: #4A5A2F;
}
.AnyTagClassName
{
color: #4A5A2F;
}
</style>
background-color css
<style>
a { background-color: #4A5A2F; }
a { background-color: rgb(74,90,47); }
div.DivClassName
{
background-color: #4A5A2F;
}
.BgClassName
{
background-color: #4A5A2F;
}
</style>
border-color css
<style>
span { border-color: #4A5A2F; }
span { border-color: rgb(74,90,47); }
td.TdClassName
{
border-color: #4A5A2F;
}
.TagClassName
{
border-color: #4A5A2F;
}
</style>