Shades of Clover #4A5A27
Tints of Clover #4A5A27
RGB
CMYK
RGB Variations
Color information
#4A5A27 (or 0x4A5A27) is known color: Clover. HEX triplet: 4A, 5A and 27. RGB value is (74,90,39). Sum of RGB (Red+Green+Blue) = 74+90+39=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 90 - color contains mainly: green. Hex color #4A5A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5A27 is #B5A5D8. Grayscale: #4F4F4F. Windows color (decimal): -11904473 or 2579018. OLE color: 2579018.
HSL color Cylindrical-coordinate representation of color #4A5A27: hue angle of 78.82º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A5A27 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 90 | 39 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.65 |
| HSL | 78.82º | 0.4% | 0.25% | - |
| HSV(B) | 78.82º | 0.57% | 0.35% | - |
| XYZ | 6.85 | 8.91 | 3.28 | - |
| YUV | 79.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 90 | 39 | 0.18 | 0 | 0.57 | 0.65 | 78.82 | 0.4 | 0.25 |
| Hex | 4A | 5A | 27 | 12 | 0 | 39 | 41 | 4F | 28 | 19 |
| Octal | 112 | 132 | 47 | 22 | 0 | 71 | 101 | 117 | 50 | 31 |
| Binary | 1001010 | 1011010 | 100111 | 10010 | 0 | 111001 | 1000001 | 1001111 | 101000 | 11001 |
Color Harmonies of #4A5A27
Complementary color
Monochromatic Colors of #4A5A27
Black with #4A5A27
Text Example
Text Example
White with #4A5A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5A27; }
p { color: rgb(74,90,39); }
H1.HeaderClassName
{
color: #4A5A27;
}
.AnyTagClassName
{
color: #4A5A27;
}
</style>
background-color css
<style>
a { background-color: #4A5A27; }
a { background-color: rgb(74,90,39); }
div.DivClassName
{
background-color: #4A5A27;
}
.BgClassName
{
background-color: #4A5A27;
}
</style>
border-color css
<style>
span { border-color: #4A5A27; }
span { border-color: rgb(74,90,39); }
td.TdClassName
{
border-color: #4A5A27;
}
.TagClassName
{
border-color: #4A5A27;
}
</style>