Shades of Clover #425530
Tints of Clover #425530
RGB
CMYK
RGB Variations
Color information
#425530 (or 0x425530) is known color: Clover. HEX triplet: 42, 55 and 30. RGB value is (66,85,48). Sum of RGB (Red+Green+Blue) = 66+85+48=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #425530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425530 is #BDAACF. Grayscale: #4B4B4B. Windows color (decimal): -12430032 or 3167554. OLE color: 3167554.
HSL color Cylindrical-coordinate representation of color #425530: hue angle of 90.81º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #425530 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 85 | 48 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.67 |
| HSL | 90.81º | 0.28% | 0.26% | - |
| HSV(B) | 90.81º | 0.44% | 0.33% | - |
| XYZ | 6.03 | 7.87 | 4 | - |
| YUV | 75.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 48 | 0.22 | 0 | 0.44 | 0.67 | 90.81 | 0.28 | 0.26 |
| Hex | 42 | 55 | 30 | 16 | 0 | 2C | 43 | 5B | 1C | 1A |
| Octal | 102 | 125 | 60 | 26 | 0 | 54 | 103 | 133 | 34 | 32 |
| Binary | 1000010 | 1010101 | 110000 | 10110 | 0 | 101100 | 1000011 | 1011011 | 11100 | 11010 |
Color Harmonies of #425530
Complementary color
Monochromatic Colors of #425530
Black with #425530
Text Example
Text Example
White with #425530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425530; }
p { color: rgb(66,85,48); }
H1.HeaderClassName
{
color: #425530;
}
.AnyTagClassName
{
color: #425530;
}
</style>
background-color css
<style>
a { background-color: #425530; }
a { background-color: rgb(66,85,48); }
div.DivClassName
{
background-color: #425530;
}
.BgClassName
{
background-color: #425530;
}
</style>
border-color css
<style>
span { border-color: #425530; }
span { border-color: rgb(66,85,48); }
td.TdClassName
{
border-color: #425530;
}
.TagClassName
{
border-color: #425530;
}
</style>