Shades of Fruit Salad #41904A
Tints of Fruit Salad #41904A
RGB
CMYK
RGB Variations
Color information
#41904A (or 0x41904A) is known color: Fruit Salad. HEX triplet: 41, 90 and 4A. RGB value is (65,144,74). Sum of RGB (Red+Green+Blue) = 65+144+74=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #41904A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41904A is #BE6FB5. Grayscale: #707070. Windows color (decimal): -12480438 or 4886593. OLE color: 4886593.
HSL color Cylindrical-coordinate representation of color #41904A: hue angle of 126.84º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41904A is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 144 | 74 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.44 |
| HSL | 126.84º | 0.38% | 0.41% | - |
| HSV(B) | 126.84º | 0.55% | 0.56% | - |
| XYZ | 13.39 | 21.56 | 9.94 | - |
| YUV | 112.4 | 106.33 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 144 | 74 | 0.55 | 0 | 0.49 | 0.44 | 126.84 | 0.38 | 0.41 |
| Hex | 41 | 90 | 4A | 37 | 0 | 31 | 2C | 7F | 26 | 29 |
| Octal | 101 | 220 | 112 | 67 | 0 | 61 | 54 | 177 | 46 | 51 |
| Binary | 1000001 | 10010000 | 1001010 | 110111 | 0 | 110001 | 101100 | 1111111 | 100110 | 101001 |
Color Harmonies of #41904A
Complementary color
Monochromatic Colors of #41904A
Black with #41904A
Text Example
Text Example
White with #41904A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41904A; }
p { color: rgb(65,144,74); }
H1.HeaderClassName
{
color: #41904A;
}
.AnyTagClassName
{
color: #41904A;
}
</style>
background-color css
<style>
a { background-color: #41904A; }
a { background-color: rgb(65,144,74); }
div.DivClassName
{
background-color: #41904A;
}
.BgClassName
{
background-color: #41904A;
}
</style>
border-color css
<style>
span { border-color: #41904A; }
span { border-color: rgb(65,144,74); }
td.TdClassName
{
border-color: #41904A;
}
.TagClassName
{
border-color: #41904A;
}
</style>