Shades of Clover #445B25
Tints of Clover #445B25
RGB
CMYK
RGB Variations
Color information
#445B25 (or 0x445B25) is known color: Clover. HEX triplet: 44, 5B and 25. RGB value is (68,91,37). Sum of RGB (Red+Green+Blue) = 68+91+37=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 91 (35.94% from 255 or 46.43% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 91 - color contains mainly: green. Hex color #445B25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445B25 is #BBA4DA. Grayscale: #4E4E4E. Windows color (decimal): -12297435 or 2448196. OLE color: 2448196.
HSL color Cylindrical-coordinate representation of color #445B25: hue angle of 85.56º 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 #445B25 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 91 | 37 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.64 |
| HSL | 85.56º | 0.42% | 0.25% | - |
| HSV(B) | 85.56º | 0.59% | 0.36% | - |
| XYZ | 6.46 | 8.84 | 3.12 | - |
| YUV | 77.97 | 104.88 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 37 | 0.25 | 0 | 0.59 | 0.64 | 85.56 | 0.42 | 0.25 |
| Hex | 44 | 5B | 25 | 19 | 0 | 3B | 40 | 56 | 2A | 19 |
| Octal | 104 | 133 | 45 | 31 | 0 | 73 | 100 | 126 | 52 | 31 |
| Binary | 1000100 | 1011011 | 100101 | 11001 | 0 | 111011 | 1000000 | 1010110 | 101010 | 11001 |
Color Harmonies of #445B25
Complementary color
Monochromatic Colors of #445B25
Black with #445B25
Text Example
Text Example
White with #445B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445B25; }
p { color: rgb(68,91,37); }
H1.HeaderClassName
{
color: #445B25;
}
.AnyTagClassName
{
color: #445B25;
}
</style>
background-color css
<style>
a { background-color: #445B25; }
a { background-color: rgb(68,91,37); }
div.DivClassName
{
background-color: #445B25;
}
.BgClassName
{
background-color: #445B25;
}
</style>
border-color css
<style>
span { border-color: #445B25; }
span { border-color: rgb(68,91,37); }
td.TdClassName
{
border-color: #445B25;
}
.TagClassName
{
border-color: #445B25;
}
</style>