Shades of Clover #425C25
Tints of Clover #425C25
RGB
CMYK
RGB Variations
Color information
#425C25 (or 0x425C25) is known color: Clover. HEX triplet: 42, 5C and 25. RGB value is (66,92,37). Sum of RGB (Red+Green+Blue) = 66+92+37=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 92 - color contains mainly: green. Hex color #425C25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425C25 is #BDA3DA. Grayscale: #4E4E4E. Windows color (decimal): -12428251 or 2448450. OLE color: 2448450.
HSL color Cylindrical-coordinate representation of color #425C25: hue angle of 88.36º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #425C25 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 92 | 37 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.64 |
| HSL | 88.36º | 0.43% | 0.25% | - |
| HSV(B) | 88.36º | 0.6% | 0.36% | - |
| XYZ | 6.41 | 8.95 | 3.14 | - |
| YUV | 77.96 | 104.89 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 37 | 0.28 | 0 | 0.60 | 0.64 | 88.36 | 0.43 | 0.25 |
| Hex | 42 | 5C | 25 | 1C | 0 | 3C | 40 | 58 | 2B | 19 |
| Octal | 102 | 134 | 45 | 34 | 0 | 74 | 100 | 130 | 53 | 31 |
| Binary | 1000010 | 1011100 | 100101 | 11100 | 0 | 111100 | 1000000 | 1011000 | 101011 | 11001 |
Color Harmonies of #425C25
Complementary color
Monochromatic Colors of #425C25
Black with #425C25
Text Example
Text Example
White with #425C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425C25; }
p { color: rgb(66,92,37); }
H1.HeaderClassName
{
color: #425C25;
}
.AnyTagClassName
{
color: #425C25;
}
</style>
background-color css
<style>
a { background-color: #425C25; }
a { background-color: rgb(66,92,37); }
div.DivClassName
{
background-color: #425C25;
}
.BgClassName
{
background-color: #425C25;
}
</style>
border-color css
<style>
span { border-color: #425C25; }
span { border-color: rgb(66,92,37); }
td.TdClassName
{
border-color: #425C25;
}
.TagClassName
{
border-color: #425C25;
}
</style>