Shades of Fruit Salad #41973C
Tints of Fruit Salad #41973C
RGB
CMYK
RGB Variations
Color information
#41973C (or 0x41973C) is known color: Fruit Salad. HEX triplet: 41, 97 and 3C. RGB value is (65,151,60). Sum of RGB (Red+Green+Blue) = 65+151+60=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 151 (59.38% from 255 or 54.71% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 151 - color contains mainly: green. Hex color #41973C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41973C is #BE68C3. Grayscale: #737373. Windows color (decimal): -12478660 or 3970881. OLE color: 3970881.
HSL color Cylindrical-coordinate representation of color #41973C: hue angle of 116.7º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41973C is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 65 | 151 | 60 | - |
| CMYK | 0.57 | 0 | 0.60 | 0.41 |
| HSL | 116.7º | 0.43% | 0.41% | - |
| HSV(B) | 116.7º | 0.6% | 0.59% | - |
| XYZ | 14.06 | 23.58 | 8.09 | - |
| YUV | 114.91 | 97.01 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 151 | 60 | 0.57 | 0 | 0.60 | 0.41 | 116.7 | 0.43 | 0.41 |
| Hex | 41 | 97 | 3C | 39 | 0 | 3C | 29 | 75 | 2B | 29 |
| Octal | 101 | 227 | 74 | 71 | 0 | 74 | 51 | 165 | 53 | 51 |
| Binary | 1000001 | 10010111 | 111100 | 111001 | 0 | 111100 | 101001 | 1110101 | 101011 | 101001 |
Color Harmonies of #41973C
Complementary color
Monochromatic Colors of #41973C
Black with #41973C
Text Example
Text Example
White with #41973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41973C; }
p { color: rgb(65,151,60); }
H1.HeaderClassName
{
color: #41973C;
}
.AnyTagClassName
{
color: #41973C;
}
</style>
background-color css
<style>
a { background-color: #41973C; }
a { background-color: rgb(65,151,60); }
div.DivClassName
{
background-color: #41973C;
}
.BgClassName
{
background-color: #41973C;
}
</style>
border-color css
<style>
span { border-color: #41973C; }
span { border-color: rgb(65,151,60); }
td.TdClassName
{
border-color: #41973C;
}
.TagClassName
{
border-color: #41973C;
}
</style>