Shades of Fruit Salad #418F45
Tints of Fruit Salad #418F45
RGB
CMYK
RGB Variations
Color information
#418F45 (or 0x418F45) is known color: Fruit Salad. HEX triplet: 41, 8F and 45. RGB value is (65,143,69). Sum of RGB (Red+Green+Blue) = 65+143+69=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 143 (56.25% from 255 or 51.62% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 143 - color contains mainly: green. Hex color #418F45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418F45 is #BE70BA. Grayscale: #6F6F6F. Windows color (decimal): -12480699 or 4558657. OLE color: 4558657.
HSL color Cylindrical-coordinate representation of color #418F45: hue angle of 123.08º 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 #418F45 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 143 | 69 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.44 |
| HSL | 123.08º | 0.38% | 0.41% | - |
| HSV(B) | 123.08º | 0.55% | 0.56% | - |
| XYZ | 13.08 | 21.2 | 9.03 | - |
| YUV | 111.24 | 104.16 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 69 | 0.55 | 0 | 0.52 | 0.44 | 123.08 | 0.38 | 0.41 |
| Hex | 41 | 8F | 45 | 37 | 0 | 34 | 2C | 7B | 26 | 29 |
| Octal | 101 | 217 | 105 | 67 | 0 | 64 | 54 | 173 | 46 | 51 |
| Binary | 1000001 | 10001111 | 1000101 | 110111 | 0 | 110100 | 101100 | 1111011 | 100110 | 101001 |
Color Harmonies of #418F45
Complementary color
Monochromatic Colors of #418F45
Black with #418F45
Text Example
Text Example
White with #418F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418F45; }
p { color: rgb(65,143,69); }
H1.HeaderClassName
{
color: #418F45;
}
.AnyTagClassName
{
color: #418F45;
}
</style>
background-color css
<style>
a { background-color: #418F45; }
a { background-color: rgb(65,143,69); }
div.DivClassName
{
background-color: #418F45;
}
.BgClassName
{
background-color: #418F45;
}
</style>
border-color css
<style>
span { border-color: #418F45; }
span { border-color: rgb(65,143,69); }
td.TdClassName
{
border-color: #418F45;
}
.TagClassName
{
border-color: #418F45;
}
</style>