Shades of Fruit Salad #41983C
Tints of Fruit Salad #41983C
RGB
CMYK
RGB Variations
Color information
#41983C (or 0x41983C) is known color: Fruit Salad. HEX triplet: 41, 98 and 3C. RGB value is (65,152,60). Sum of RGB (Red+Green+Blue) = 65+152+60=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 152 (59.77% from 255 or 54.87% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 152 - color contains mainly: green. Hex color #41983C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41983C is #BE67C3. Grayscale: #737373. Windows color (decimal): -12478404 or 3971137. OLE color: 3971137.
HSL color Cylindrical-coordinate representation of color #41983C: hue angle of 116.74º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41983C is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 152 | 60 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.40 |
| HSL | 116.74º | 0.43% | 0.42% | - |
| HSV(B) | 116.74º | 0.61% | 0.6% | - |
| XYZ | 14.22 | 23.91 | 8.14 | - |
| YUV | 115.5 | 96.68 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 152 | 60 | 0.57 | 0 | 0.61 | 0.40 | 116.74 | 0.43 | 0.42 |
| Hex | 41 | 98 | 3C | 39 | 0 | 3D | 28 | 75 | 2B | 2A |
| Octal | 101 | 230 | 74 | 71 | 0 | 75 | 50 | 165 | 53 | 52 |
| Binary | 1000001 | 10011000 | 111100 | 111001 | 0 | 111101 | 101000 | 1110101 | 101011 | 101010 |
Color Harmonies of #41983C
Complementary color
Monochromatic Colors of #41983C
Black with #41983C
Text Example
Text Example
White with #41983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41983C; }
p { color: rgb(65,152,60); }
H1.HeaderClassName
{
color: #41983C;
}
.AnyTagClassName
{
color: #41983C;
}
</style>
background-color css
<style>
a { background-color: #41983C; }
a { background-color: rgb(65,152,60); }
div.DivClassName
{
background-color: #41983C;
}
.BgClassName
{
background-color: #41983C;
}
</style>
border-color css
<style>
span { border-color: #41983C; }
span { border-color: rgb(65,152,60); }
td.TdClassName
{
border-color: #41983C;
}
.TagClassName
{
border-color: #41983C;
}
</style>