Shades of Fruit Salad #419044
Tints of Fruit Salad #419044
RGB
CMYK
RGB Variations
Color information
#419044 (or 0x419044) is known color: Fruit Salad. HEX triplet: 41, 90 and 44. RGB value is (65,144,68). Sum of RGB (Red+Green+Blue) = 65+144+68=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #419044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419044 is #BE6FBB. Grayscale: #6F6F6F. Windows color (decimal): -12480444 or 4493377. OLE color: 4493377.
HSL color Cylindrical-coordinate representation of color #419044: hue angle of 122.28º 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 #419044 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 144 | 68 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.44 |
| HSL | 122.28º | 0.38% | 0.41% | - |
| HSV(B) | 122.28º | 0.55% | 0.56% | - |
| XYZ | 13.2 | 21.49 | 8.92 | - |
| YUV | 111.72 | 103.33 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 144 | 68 | 0.55 | 0 | 0.53 | 0.44 | 122.28 | 0.38 | 0.41 |
| Hex | 41 | 90 | 44 | 37 | 0 | 35 | 2C | 7A | 26 | 29 |
| Octal | 101 | 220 | 104 | 67 | 0 | 65 | 54 | 172 | 46 | 51 |
| Binary | 1000001 | 10010000 | 1000100 | 110111 | 0 | 110101 | 101100 | 1111010 | 100110 | 101001 |
Color Harmonies of #419044
Complementary color
Monochromatic Colors of #419044
Black with #419044
Text Example
Text Example
White with #419044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419044; }
p { color: rgb(65,144,68); }
H1.HeaderClassName
{
color: #419044;
}
.AnyTagClassName
{
color: #419044;
}
</style>
background-color css
<style>
a { background-color: #419044; }
a { background-color: rgb(65,144,68); }
div.DivClassName
{
background-color: #419044;
}
.BgClassName
{
background-color: #419044;
}
</style>
border-color css
<style>
span { border-color: #419044; }
span { border-color: rgb(65,144,68); }
td.TdClassName
{
border-color: #419044;
}
.TagClassName
{
border-color: #419044;
}
</style>