Shades of Clover #425526
Tints of Clover #425526
RGB
CMYK
RGB Variations
Color information
#425526 (or 0x425526) is known color: Clover. HEX triplet: 42, 55 and 26. RGB value is (66,85,38). Sum of RGB (Red+Green+Blue) = 66+85+38=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #425526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425526 is #BDAAD9. Grayscale: #4A4A4A. Windows color (decimal): -12430042 or 2512194. OLE color: 2512194.
HSL color Cylindrical-coordinate representation of color #425526: hue angle of 84.26º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #425526 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 85 | 38 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.67 |
| HSL | 84.26º | 0.38% | 0.24% | - |
| HSV(B) | 84.26º | 0.55% | 0.33% | - |
| XYZ | 5.85 | 7.8 | 3.03 | - |
| YUV | 73.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 38 | 0.22 | 0 | 0.55 | 0.67 | 84.26 | 0.38 | 0.24 |
| Hex | 42 | 55 | 26 | 16 | 0 | 37 | 43 | 54 | 26 | 18 |
| Octal | 102 | 125 | 46 | 26 | 0 | 67 | 103 | 124 | 46 | 30 |
| Binary | 1000010 | 1010101 | 100110 | 10110 | 0 | 110111 | 1000011 | 1010100 | 100110 | 11000 |
Color Harmonies of #425526
Complementary color
Monochromatic Colors of #425526
Black with #425526
Text Example
Text Example
White with #425526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425526; }
p { color: rgb(66,85,38); }
H1.HeaderClassName
{
color: #425526;
}
.AnyTagClassName
{
color: #425526;
}
</style>
background-color css
<style>
a { background-color: #425526; }
a { background-color: rgb(66,85,38); }
div.DivClassName
{
background-color: #425526;
}
.BgClassName
{
background-color: #425526;
}
</style>
border-color css
<style>
span { border-color: #425526; }
span { border-color: rgb(66,85,38); }
td.TdClassName
{
border-color: #425526;
}
.TagClassName
{
border-color: #425526;
}
</style>