Shades of Fruit Salad #419D44
Tints of Fruit Salad #419D44
RGB
CMYK
RGB Variations
Color information
#419D44 (or 0x419D44) is known color: Fruit Salad. HEX triplet: 41, 9D and 44. RGB value is (65,157,68). Sum of RGB (Red+Green+Blue) = 65+157+68=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 157 (61.72% from 255 or 54.14% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 157 - color contains mainly: green. Hex color #419D44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419D44 is #BE62BB. Grayscale: #777777. Windows color (decimal): -12477116 or 4496705. OLE color: 4496705.
HSL color Cylindrical-coordinate representation of color #419D44: hue angle of 121.96º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #419D44 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 157 | 68 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.38 |
| HSL | 121.96º | 0.41% | 0.44% | - |
| HSV(B) | 121.96º | 0.59% | 0.62% | - |
| XYZ | 15.28 | 25.66 | 9.62 | - |
| YUV | 119.35 | 99.02 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 157 | 68 | 0.59 | 0 | 0.57 | 0.38 | 121.96 | 0.41 | 0.44 |
| Hex | 41 | 9D | 44 | 3B | 0 | 39 | 26 | 7A | 29 | 2C |
| Octal | 101 | 235 | 104 | 73 | 0 | 71 | 46 | 172 | 51 | 54 |
| Binary | 1000001 | 10011101 | 1000100 | 111011 | 0 | 111001 | 100110 | 1111010 | 101001 | 101100 |
Color Harmonies of #419D44
Complementary color
Monochromatic Colors of #419D44
Black with #419D44
Text Example
Text Example
White with #419D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419D44; }
p { color: rgb(65,157,68); }
H1.HeaderClassName
{
color: #419D44;
}
.AnyTagClassName
{
color: #419D44;
}
</style>
background-color css
<style>
a { background-color: #419D44; }
a { background-color: rgb(65,157,68); }
div.DivClassName
{
background-color: #419D44;
}
.BgClassName
{
background-color: #419D44;
}
</style>
border-color css
<style>
span { border-color: #419D44; }
span { border-color: rgb(65,157,68); }
td.TdClassName
{
border-color: #419D44;
}
.TagClassName
{
border-color: #419D44;
}
</style>