Shades of Clover #4A5533
Tints of Clover #4A5533
RGB
CMYK
RGB Variations
Color information
#4A5533 (or 0x4A5533) is known color: Clover. HEX triplet: 4A, 55 and 33. RGB value is (74,85,51). Sum of RGB (Red+Green+Blue) = 74+85+51=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #4A5533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5533 is #B5AACC. Grayscale: #4D4D4D. Windows color (decimal): -11905741 or 3364170. OLE color: 3364170.
HSL color Cylindrical-coordinate representation of color #4A5533: hue angle of 79.41º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A5533 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 85 | 51 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.67 |
| HSL | 79.41º | 0.25% | 0.27% | - |
| HSV(B) | 79.41º | 0.4% | 0.33% | - |
| XYZ | 6.67 | 8.19 | 4.36 | - |
| YUV | 77.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 85 | 51 | 0.13 | 0 | 0.40 | 0.67 | 79.41 | 0.25 | 0.27 |
| Hex | 4A | 55 | 33 | D | 0 | 28 | 43 | 4F | 19 | 1B |
| Octal | 112 | 125 | 63 | 15 | 0 | 50 | 103 | 117 | 31 | 33 |
| Binary | 1001010 | 1010101 | 110011 | 1101 | 0 | 101000 | 1000011 | 1001111 | 11001 | 11011 |
Color Harmonies of #4A5533
Complementary color
Monochromatic Colors of #4A5533
Black with #4A5533
Text Example
Text Example
White with #4A5533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5533; }
p { color: rgb(74,85,51); }
H1.HeaderClassName
{
color: #4A5533;
}
.AnyTagClassName
{
color: #4A5533;
}
</style>
background-color css
<style>
a { background-color: #4A5533; }
a { background-color: rgb(74,85,51); }
div.DivClassName
{
background-color: #4A5533;
}
.BgClassName
{
background-color: #4A5533;
}
</style>
border-color css
<style>
span { border-color: #4A5533; }
span { border-color: rgb(74,85,51); }
td.TdClassName
{
border-color: #4A5533;
}
.TagClassName
{
border-color: #4A5533;
}
</style>