Shades of Clover #4A5A36
Tints of Clover #4A5A36
RGB
CMYK
RGB Variations
Color information
#4A5A36 (or 0x4A5A36) is known color: Clover. HEX triplet: 4A, 5A and 36. RGB value is (74,90,54). Sum of RGB (Red+Green+Blue) = 74+90+54=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 90 - color contains mainly: green. Hex color #4A5A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5A36 is #B5A5C9. Grayscale: #515151. Windows color (decimal): -11904458 or 3562058. OLE color: 3562058.
HSL color Cylindrical-coordinate representation of color #4A5A36: hue angle of 86.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A5A36 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 90 | 54 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.65 |
| HSL | 86.67º | 0.25% | 0.28% | - |
| HSV(B) | 86.67º | 0.4% | 0.35% | - |
| XYZ | 7.15 | 9.03 | 4.86 | - |
| YUV | 81.11 | 112.7 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 90 | 54 | 0.18 | 0 | 0.40 | 0.65 | 86.67 | 0.25 | 0.28 |
| Hex | 4A | 5A | 36 | 12 | 0 | 28 | 41 | 57 | 19 | 1C |
| Octal | 112 | 132 | 66 | 22 | 0 | 50 | 101 | 127 | 31 | 34 |
| Binary | 1001010 | 1011010 | 110110 | 10010 | 0 | 101000 | 1000001 | 1010111 | 11001 | 11100 |
Color Harmonies of #4A5A36
Complementary color
Monochromatic Colors of #4A5A36
Black with #4A5A36
Text Example
Text Example
White with #4A5A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5A36; }
p { color: rgb(74,90,54); }
H1.HeaderClassName
{
color: #4A5A36;
}
.AnyTagClassName
{
color: #4A5A36;
}
</style>
background-color css
<style>
a { background-color: #4A5A36; }
a { background-color: rgb(74,90,54); }
div.DivClassName
{
background-color: #4A5A36;
}
.BgClassName
{
background-color: #4A5A36;
}
</style>
border-color css
<style>
span { border-color: #4A5A36; }
span { border-color: rgb(74,90,54); }
td.TdClassName
{
border-color: #4A5A36;
}
.TagClassName
{
border-color: #4A5A36;
}
</style>