Shades of Clover #425424
Tints of Clover #425424
RGB
CMYK
RGB Variations
Color information
#425424 (or 0x425424) is known color: Clover. HEX triplet: 42, 54 and 24. RGB value is (66,84,36). Sum of RGB (Red+Green+Blue) = 66+84+36=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #425424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425424 is #BDABDB. Grayscale: #494949. Windows color (decimal): -12430300 or 2380866. OLE color: 2380866.
HSL color Cylindrical-coordinate representation of color #425424: hue angle of 82.5º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #425424 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 84 | 36 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.67 |
| HSL | 82.5º | 0.4% | 0.24% | - |
| HSV(B) | 82.5º | 0.57% | 0.33% | - |
| XYZ | 5.74 | 7.63 | 2.84 | - |
| YUV | 73.15 | 107.04 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 84 | 36 | 0.21 | 0 | 0.57 | 0.67 | 82.5 | 0.4 | 0.24 |
| Hex | 42 | 54 | 24 | 15 | 0 | 39 | 43 | 52 | 28 | 18 |
| Octal | 102 | 124 | 44 | 25 | 0 | 71 | 103 | 122 | 50 | 30 |
| Binary | 1000010 | 1010100 | 100100 | 10101 | 0 | 111001 | 1000011 | 1010010 | 101000 | 11000 |
Color Harmonies of #425424
Complementary color
Monochromatic Colors of #425424
Black with #425424
Text Example
Text Example
White with #425424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425424; }
p { color: rgb(66,84,36); }
H1.HeaderClassName
{
color: #425424;
}
.AnyTagClassName
{
color: #425424;
}
</style>
background-color css
<style>
a { background-color: #425424; }
a { background-color: rgb(66,84,36); }
div.DivClassName
{
background-color: #425424;
}
.BgClassName
{
background-color: #425424;
}
</style>
border-color css
<style>
span { border-color: #425424; }
span { border-color: rgb(66,84,36); }
td.TdClassName
{
border-color: #425424;
}
.TagClassName
{
border-color: #425424;
}
</style>