Shades of Clover #425A28
Tints of Clover #425A28
RGB
CMYK
RGB Variations
Color information
#425A28 (or 0x425A28) is known color: Clover. HEX triplet: 42, 5A and 28. RGB value is (66,90,40). Sum of RGB (Red+Green+Blue) = 66+90+40=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #425A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425A28 is #BDA5D7. Grayscale: #4D4D4D. Windows color (decimal): -12428760 or 2644546. OLE color: 2644546.
HSL color Cylindrical-coordinate representation of color #425A28: hue angle of 88.8º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #425A28 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 90 | 40 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.65 |
| HSL | 88.8º | 0.38% | 0.25% | - |
| HSV(B) | 88.8º | 0.56% | 0.35% | - |
| XYZ | 6.29 | 8.62 | 3.34 | - |
| YUV | 77.12 | 107.05 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 40 | 0.27 | 0 | 0.56 | 0.65 | 88.8 | 0.38 | 0.25 |
| Hex | 42 | 5A | 28 | 1B | 0 | 38 | 41 | 59 | 26 | 19 |
| Octal | 102 | 132 | 50 | 33 | 0 | 70 | 101 | 131 | 46 | 31 |
| Binary | 1000010 | 1011010 | 101000 | 11011 | 0 | 111000 | 1000001 | 1011001 | 100110 | 11001 |
Color Harmonies of #425A28
Complementary color
Monochromatic Colors of #425A28
Black with #425A28
Text Example
Text Example
White with #425A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425A28; }
p { color: rgb(66,90,40); }
H1.HeaderClassName
{
color: #425A28;
}
.AnyTagClassName
{
color: #425A28;
}
</style>
background-color css
<style>
a { background-color: #425A28; }
a { background-color: rgb(66,90,40); }
div.DivClassName
{
background-color: #425A28;
}
.BgClassName
{
background-color: #425A28;
}
</style>
border-color css
<style>
span { border-color: #425A28; }
span { border-color: rgb(66,90,40); }
td.TdClassName
{
border-color: #425A28;
}
.TagClassName
{
border-color: #425A28;
}
</style>