Shades of Clover #414A32
Tints of Clover #414A32
RGB
CMYK
RGB Variations
Color information
#414A32 (or 0x414A32) is known color: Clover. HEX triplet: 41, 4A and 32. RGB value is (65,74,50). Sum of RGB (Red+Green+Blue) = 65+74+50=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 74 - color contains mainly: green. Hex color #414A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414A32 is #BEB5CD. Grayscale: #444444. Windows color (decimal): -12498382 or 3295809. OLE color: 3295809.
HSL color Cylindrical-coordinate representation of color #414A32: hue angle of 82.5º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #414A32 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 74 | 50 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.71 |
| HSL | 82.5º | 0.19% | 0.24% | - |
| HSV(B) | 82.5º | 0.32% | 0.29% | - |
| XYZ | 5.2 | 6.25 | 3.95 | - |
| YUV | 68.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 74 | 50 | 0.12 | 0 | 0.32 | 0.71 | 82.5 | 0.19 | 0.24 |
| Hex | 41 | 4A | 32 | C | 0 | 20 | 47 | 52 | 13 | 18 |
| Octal | 101 | 112 | 62 | 14 | 0 | 40 | 107 | 122 | 23 | 30 |
| Binary | 1000001 | 1001010 | 110010 | 1100 | 0 | 100000 | 1000111 | 1010010 | 10011 | 11000 |
Color Harmonies of #414A32
Complementary color
Monochromatic Colors of #414A32
Black with #414A32
Text Example
Text Example
White with #414A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414A32; }
p { color: rgb(65,74,50); }
H1.HeaderClassName
{
color: #414A32;
}
.AnyTagClassName
{
color: #414A32;
}
</style>
background-color css
<style>
a { background-color: #414A32; }
a { background-color: rgb(65,74,50); }
div.DivClassName
{
background-color: #414A32;
}
.BgClassName
{
background-color: #414A32;
}
</style>
border-color css
<style>
span { border-color: #414A32; }
span { border-color: rgb(65,74,50); }
td.TdClassName
{
border-color: #414A32;
}
.TagClassName
{
border-color: #414A32;
}
</style>