Shades of Clover #3F5A25
Tints of Clover #3F5A25
RGB
CMYK
RGB Variations
Color information
#3F5A25 (or 0x3F5A25) is known color: Clover. HEX triplet: 3F, 5A and 25. RGB value is (63,90,37). Sum of RGB (Red+Green+Blue) = 63+90+37=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 90 (35.55% from 255 or 47.37% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 90 - color contains mainly: green. Hex color #3F5A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5A25 is #C0A5DA. Grayscale: #4C4C4C. Windows color (decimal): -12625371 or 2447935. OLE color: 2447935.
HSL color Cylindrical-coordinate representation of color #3F5A25: hue angle of 90.57º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F5A25 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 90 | 37 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.65 |
| HSL | 90.57º | 0.42% | 0.25% | - |
| HSV(B) | 90.57º | 0.59% | 0.35% | - |
| XYZ | 6.04 | 8.5 | 3.07 | - |
| YUV | 75.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 90 | 37 | 0.30 | 0 | 0.59 | 0.65 | 90.57 | 0.42 | 0.25 |
| Hex | 3F | 5A | 25 | 1E | 0 | 3B | 41 | 5B | 2A | 19 |
| Octal | 77 | 132 | 45 | 36 | 0 | 73 | 101 | 133 | 52 | 31 |
| Binary | 111111 | 1011010 | 100101 | 11110 | 0 | 111011 | 1000001 | 1011011 | 101010 | 11001 |
Color Harmonies of #3F5A25
Complementary color
Monochromatic Colors of #3F5A25
Black with #3F5A25
Text Example
Text Example
White with #3F5A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5A25; }
p { color: rgb(63,90,37); }
H1.HeaderClassName
{
color: #3F5A25;
}
.AnyTagClassName
{
color: #3F5A25;
}
</style>
background-color css
<style>
a { background-color: #3F5A25; }
a { background-color: rgb(63,90,37); }
div.DivClassName
{
background-color: #3F5A25;
}
.BgClassName
{
background-color: #3F5A25;
}
</style>
border-color css
<style>
span { border-color: #3F5A25; }
span { border-color: rgb(63,90,37); }
td.TdClassName
{
border-color: #3F5A25;
}
.TagClassName
{
border-color: #3F5A25;
}
</style>