Shades of Fruit Salad #418F43
Tints of Fruit Salad #418F43
RGB
CMYK
RGB Variations
Color information
#418F43 (or 0x418F43) is known color: Fruit Salad. HEX triplet: 41, 8F and 43. RGB value is (65,143,67). Sum of RGB (Red+Green+Blue) = 65+143+67=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 143 (56.25% from 255 or 52% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 143 - color contains mainly: green. Hex color #418F43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418F43 is #BE70BC. Grayscale: #6F6F6F. Windows color (decimal): -12480701 or 4427585. OLE color: 4427585.
HSL color Cylindrical-coordinate representation of color #418F43: hue angle of 121.54º 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 #418F43 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 143 | 67 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.44 |
| HSL | 121.54º | 0.38% | 0.41% | - |
| HSV(B) | 121.54º | 0.55% | 0.56% | - |
| XYZ | 13.02 | 21.17 | 8.71 | - |
| YUV | 111.01 | 103.16 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 67 | 0.55 | 0 | 0.53 | 0.44 | 121.54 | 0.38 | 0.41 |
| Hex | 41 | 8F | 43 | 37 | 0 | 35 | 2C | 7A | 26 | 29 |
| Octal | 101 | 217 | 103 | 67 | 0 | 65 | 54 | 172 | 46 | 51 |
| Binary | 1000001 | 10001111 | 1000011 | 110111 | 0 | 110101 | 101100 | 1111010 | 100110 | 101001 |
Color Harmonies of #418F43
Complementary color
Monochromatic Colors of #418F43
Black with #418F43
Text Example
Text Example
White with #418F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418F43; }
p { color: rgb(65,143,67); }
H1.HeaderClassName
{
color: #418F43;
}
.AnyTagClassName
{
color: #418F43;
}
</style>
background-color css
<style>
a { background-color: #418F43; }
a { background-color: rgb(65,143,67); }
div.DivClassName
{
background-color: #418F43;
}
.BgClassName
{
background-color: #418F43;
}
</style>
border-color css
<style>
span { border-color: #418F43; }
span { border-color: rgb(65,143,67); }
td.TdClassName
{
border-color: #418F43;
}
.TagClassName
{
border-color: #418F43;
}
</style>