Shades of Clover #425528
Tints of Clover #425528
RGB
CMYK
RGB Variations
Color information
#425528 (or 0x425528) is known color: Clover. HEX triplet: 42, 55 and 28. RGB value is (66,85,40). Sum of RGB (Red+Green+Blue) = 66+85+40=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #425528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425528 is #BDAAD7. Grayscale: #4A4A4A. Windows color (decimal): -12430040 or 2643266. OLE color: 2643266.
HSL color Cylindrical-coordinate representation of color #425528: hue angle of 85.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #425528 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 85 | 40 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.67 |
| HSL | 85.33º | 0.36% | 0.25% | - |
| HSV(B) | 85.33º | 0.53% | 0.33% | - |
| XYZ | 5.88 | 7.81 | 3.2 | - |
| YUV | 74.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 40 | 0.22 | 0 | 0.53 | 0.67 | 85.33 | 0.36 | 0.25 |
| Hex | 42 | 55 | 28 | 16 | 0 | 35 | 43 | 55 | 24 | 19 |
| Octal | 102 | 125 | 50 | 26 | 0 | 65 | 103 | 125 | 44 | 31 |
| Binary | 1000010 | 1010101 | 101000 | 10110 | 0 | 110101 | 1000011 | 1010101 | 100100 | 11001 |
Color Harmonies of #425528
Complementary color
Monochromatic Colors of #425528
Black with #425528
Text Example
Text Example
White with #425528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425528; }
p { color: rgb(66,85,40); }
H1.HeaderClassName
{
color: #425528;
}
.AnyTagClassName
{
color: #425528;
}
</style>
background-color css
<style>
a { background-color: #425528; }
a { background-color: rgb(66,85,40); }
div.DivClassName
{
background-color: #425528;
}
.BgClassName
{
background-color: #425528;
}
</style>
border-color css
<style>
span { border-color: #425528; }
span { border-color: rgb(66,85,40); }
td.TdClassName
{
border-color: #425528;
}
.TagClassName
{
border-color: #425528;
}
</style>