Shades of Fruit Salad #419140
Tints of Fruit Salad #419140
RGB
CMYK
RGB Variations
Color information
#419140 (or 0x419140) is known color: Fruit Salad. HEX triplet: 41, 91 and 40. RGB value is (65,145,64). Sum of RGB (Red+Green+Blue) = 65+145+64=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #419140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419140 is #BE6EBF. Grayscale: #707070. Windows color (decimal): -12480192 or 4231489. OLE color: 4231489.
HSL color Cylindrical-coordinate representation of color #419140: hue angle of 119.26º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419140 is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 145 | 64 | - |
| CMYK | 0.55 | 0 | 0.56 | 0.43 |
| HSL | 119.26º | 0.39% | 0.41% | - |
| HSV(B) | 119.26º | 0.56% | 0.57% | - |
| XYZ | 13.23 | 21.74 | 8.35 | - |
| YUV | 111.85 | 101 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 145 | 64 | 0.55 | 0 | 0.56 | 0.43 | 119.26 | 0.39 | 0.41 |
| Hex | 41 | 91 | 40 | 37 | 0 | 38 | 2B | 77 | 27 | 29 |
| Octal | 101 | 221 | 100 | 67 | 0 | 70 | 53 | 167 | 47 | 51 |
| Binary | 1000001 | 10010001 | 1000000 | 110111 | 0 | 111000 | 101011 | 1110111 | 100111 | 101001 |
Color Harmonies of #419140
Complementary color
Monochromatic Colors of #419140
Black with #419140
Text Example
Text Example
White with #419140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419140; }
p { color: rgb(65,145,64); }
H1.HeaderClassName
{
color: #419140;
}
.AnyTagClassName
{
color: #419140;
}
</style>
background-color css
<style>
a { background-color: #419140; }
a { background-color: rgb(65,145,64); }
div.DivClassName
{
background-color: #419140;
}
.BgClassName
{
background-color: #419140;
}
</style>
border-color css
<style>
span { border-color: #419140; }
span { border-color: rgb(65,145,64); }
td.TdClassName
{
border-color: #419140;
}
.TagClassName
{
border-color: #419140;
}
</style>