Shades of Fruit Salad #418F49
Tints of Fruit Salad #418F49
RGB
CMYK
RGB Variations
Color information
#418F49 (or 0x418F49) is known color: Fruit Salad. HEX triplet: 41, 8F and 49. RGB value is (65,143,73). Sum of RGB (Red+Green+Blue) = 65+143+73=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 143 (56.25% from 255 or 50.89% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 143 - color contains mainly: green. Hex color #418F49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418F49 is #BE70B6. Grayscale: #6F6F6F. Windows color (decimal): -12480695 or 4820801. OLE color: 4820801.
HSL color Cylindrical-coordinate representation of color #418F49: hue angle of 126.15º 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 #418F49 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 143 | 73 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.44 |
| HSL | 126.15º | 0.38% | 0.41% | - |
| HSV(B) | 126.15º | 0.55% | 0.56% | - |
| XYZ | 13.21 | 21.25 | 9.71 | - |
| YUV | 111.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 73 | 0.55 | 0 | 0.49 | 0.44 | 126.15 | 0.38 | 0.41 |
| Hex | 41 | 8F | 49 | 37 | 0 | 31 | 2C | 7E | 26 | 29 |
| Octal | 101 | 217 | 111 | 67 | 0 | 61 | 54 | 176 | 46 | 51 |
| Binary | 1000001 | 10001111 | 1001001 | 110111 | 0 | 110001 | 101100 | 1111110 | 100110 | 101001 |
Color Harmonies of #418F49
Complementary color
Monochromatic Colors of #418F49
Black with #418F49
Text Example
Text Example
White with #418F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418F49; }
p { color: rgb(65,143,73); }
H1.HeaderClassName
{
color: #418F49;
}
.AnyTagClassName
{
color: #418F49;
}
</style>
background-color css
<style>
a { background-color: #418F49; }
a { background-color: rgb(65,143,73); }
div.DivClassName
{
background-color: #418F49;
}
.BgClassName
{
background-color: #418F49;
}
</style>
border-color css
<style>
span { border-color: #418F49; }
span { border-color: rgb(65,143,73); }
td.TdClassName
{
border-color: #418F49;
}
.TagClassName
{
border-color: #418F49;
}
</style>