Shades of Fruit Salad #419146
Tints of Fruit Salad #419146
RGB
CMYK
RGB Variations
Color information
#419146 (or 0x419146) is known color: Fruit Salad. HEX triplet: 41, 91 and 46. RGB value is (65,145,70). Sum of RGB (Red+Green+Blue) = 65+145+70=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #419146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419146 is #BE6EB9. Grayscale: #707070. Windows color (decimal): -12480186 or 4624705. OLE color: 4624705.
HSL color Cylindrical-coordinate representation of color #419146: hue angle of 123.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419146 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 145 | 70 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.43 |
| HSL | 123.75º | 0.38% | 0.41% | - |
| HSV(B) | 123.75º | 0.55% | 0.57% | - |
| XYZ | 13.41 | 21.82 | 9.3 | - |
| YUV | 112.53 | 104 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 145 | 70 | 0.55 | 0 | 0.52 | 0.43 | 123.75 | 0.38 | 0.41 |
| Hex | 41 | 91 | 46 | 37 | 0 | 34 | 2B | 7C | 26 | 29 |
| Octal | 101 | 221 | 106 | 67 | 0 | 64 | 53 | 174 | 46 | 51 |
| Binary | 1000001 | 10010001 | 1000110 | 110111 | 0 | 110100 | 101011 | 1111100 | 100110 | 101001 |
Color Harmonies of #419146
Complementary color
Monochromatic Colors of #419146
Black with #419146
Text Example
Text Example
White with #419146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419146; }
p { color: rgb(65,145,70); }
H1.HeaderClassName
{
color: #419146;
}
.AnyTagClassName
{
color: #419146;
}
</style>
background-color css
<style>
a { background-color: #419146; }
a { background-color: rgb(65,145,70); }
div.DivClassName
{
background-color: #419146;
}
.BgClassName
{
background-color: #419146;
}
</style>
border-color css
<style>
span { border-color: #419146; }
span { border-color: rgb(65,145,70); }
td.TdClassName
{
border-color: #419146;
}
.TagClassName
{
border-color: #419146;
}
</style>