Shades of Fruit Salad #418F47
Tints of Fruit Salad #418F47
RGB
CMYK
RGB Variations
Color information
#418F47 (or 0x418F47) is known color: Fruit Salad. HEX triplet: 41, 8F and 47. RGB value is (65,143,71). Sum of RGB (Red+Green+Blue) = 65+143+71=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 143 (56.25% from 255 or 51.25% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 143 - color contains mainly: green. Hex color #418F47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418F47 is #BE70B8. Grayscale: #6F6F6F. Windows color (decimal): -12480697 or 4689729. OLE color: 4689729.
HSL color Cylindrical-coordinate representation of color #418F47: hue angle of 124.62º 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 #418F47 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 143 | 71 | - |
| CMYK | 0.55 | 0 | 0.50 | 0.44 |
| HSL | 124.62º | 0.38% | 0.41% | - |
| HSV(B) | 124.62º | 0.55% | 0.56% | - |
| XYZ | 13.14 | 21.22 | 9.37 | - |
| YUV | 111.47 | 105.16 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 71 | 0.55 | 0 | 0.50 | 0.44 | 124.62 | 0.38 | 0.41 |
| Hex | 41 | 8F | 47 | 37 | 0 | 32 | 2C | 7D | 26 | 29 |
| Octal | 101 | 217 | 107 | 67 | 0 | 62 | 54 | 175 | 46 | 51 |
| Binary | 1000001 | 10001111 | 1000111 | 110111 | 0 | 110010 | 101100 | 1111101 | 100110 | 101001 |
Color Harmonies of #418F47
Complementary color
Monochromatic Colors of #418F47
Black with #418F47
Text Example
Text Example
White with #418F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418F47; }
p { color: rgb(65,143,71); }
H1.HeaderClassName
{
color: #418F47;
}
.AnyTagClassName
{
color: #418F47;
}
</style>
background-color css
<style>
a { background-color: #418F47; }
a { background-color: rgb(65,143,71); }
div.DivClassName
{
background-color: #418F47;
}
.BgClassName
{
background-color: #418F47;
}
</style>
border-color css
<style>
span { border-color: #418F47; }
span { border-color: rgb(65,143,71); }
td.TdClassName
{
border-color: #418F47;
}
.TagClassName
{
border-color: #418F47;
}
</style>