Shades of Clover #425B25
Tints of Clover #425B25
RGB
CMYK
RGB Variations
Color information
#425B25 (or 0x425B25) is known color: Clover. HEX triplet: 42, 5B and 25. RGB value is (66,91,37). Sum of RGB (Red+Green+Blue) = 66+91+37=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 91 - color contains mainly: green. Hex color #425B25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425B25 is #BDA4DA. Grayscale: #4D4D4D. Windows color (decimal): -12428507 or 2448194. OLE color: 2448194.
HSL color Cylindrical-coordinate representation of color #425B25: hue angle of 87.78º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #425B25 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 91 | 37 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.64 |
| HSL | 87.78º | 0.42% | 0.25% | - |
| HSV(B) | 87.78º | 0.59% | 0.36% | - |
| XYZ | 6.32 | 8.77 | 3.11 | - |
| YUV | 77.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 37 | 0.27 | 0 | 0.59 | 0.64 | 87.78 | 0.42 | 0.25 |
| Hex | 42 | 5B | 25 | 1B | 0 | 3B | 40 | 58 | 2A | 19 |
| Octal | 102 | 133 | 45 | 33 | 0 | 73 | 100 | 130 | 52 | 31 |
| Binary | 1000010 | 1011011 | 100101 | 11011 | 0 | 111011 | 1000000 | 1011000 | 101010 | 11001 |
Color Harmonies of #425B25
Complementary color
Monochromatic Colors of #425B25
Black with #425B25
Text Example
Text Example
White with #425B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425B25; }
p { color: rgb(66,91,37); }
H1.HeaderClassName
{
color: #425B25;
}
.AnyTagClassName
{
color: #425B25;
}
</style>
background-color css
<style>
a { background-color: #425B25; }
a { background-color: rgb(66,91,37); }
div.DivClassName
{
background-color: #425B25;
}
.BgClassName
{
background-color: #425B25;
}
</style>
border-color css
<style>
span { border-color: #425B25; }
span { border-color: rgb(66,91,37); }
td.TdClassName
{
border-color: #425B25;
}
.TagClassName
{
border-color: #425B25;
}
</style>