Shades of Clover #41502A
Tints of Clover #41502A
RGB
CMYK
RGB Variations
Color information
#41502A (or 0x41502A) is known color: Clover. HEX triplet: 41, 50 and 2A. RGB value is (65,80,42). Sum of RGB (Red+Green+Blue) = 65+80+42=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #41502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41502A is #BEAFD5. Grayscale: #474747. Windows color (decimal): -12496854 or 2773057. OLE color: 2773057.
HSL color Cylindrical-coordinate representation of color #41502A: hue angle of 83.68º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41502A is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 80 | 42 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.69 |
| HSL | 83.68º | 0.31% | 0.24% | - |
| HSV(B) | 83.68º | 0.48% | 0.31% | - |
| XYZ | 5.47 | 7.03 | 3.26 | - |
| YUV | 71.18 | 111.53 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 42 | 0.19 | 0 | 0.48 | 0.69 | 83.68 | 0.31 | 0.24 |
| Hex | 41 | 50 | 2A | 13 | 0 | 30 | 45 | 54 | 1F | 18 |
| Octal | 101 | 120 | 52 | 23 | 0 | 60 | 105 | 124 | 37 | 30 |
| Binary | 1000001 | 1010000 | 101010 | 10011 | 0 | 110000 | 1000101 | 1010100 | 11111 | 11000 |
Color Harmonies of #41502A
Complementary color
Monochromatic Colors of #41502A
Black with #41502A
Text Example
Text Example
White with #41502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41502A; }
p { color: rgb(65,80,42); }
H1.HeaderClassName
{
color: #41502A;
}
.AnyTagClassName
{
color: #41502A;
}
</style>
background-color css
<style>
a { background-color: #41502A; }
a { background-color: rgb(65,80,42); }
div.DivClassName
{
background-color: #41502A;
}
.BgClassName
{
background-color: #41502A;
}
</style>
border-color css
<style>
span { border-color: #41502A; }
span { border-color: rgb(65,80,42); }
td.TdClassName
{
border-color: #41502A;
}
.TagClassName
{
border-color: #41502A;
}
</style>