Shades of Fruit Salad #419944
Tints of Fruit Salad #419944
RGB
CMYK
RGB Variations
Color information
#419944 (or 0x419944) is known color: Fruit Salad. HEX triplet: 41, 99 and 44. RGB value is (65,153,68). Sum of RGB (Red+Green+Blue) = 65+153+68=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #419944 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419944 is #BE66BB. Grayscale: #757575. Windows color (decimal): -12478140 or 4495681. OLE color: 4495681.
HSL color Cylindrical-coordinate representation of color #419944: hue angle of 122.05º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419944 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 153 | 68 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.4 |
| HSL | 122.05º | 0.4% | 0.43% | - |
| HSV(B) | 122.05º | 0.58% | 0.6% | - |
| XYZ | 14.61 | 24.32 | 9.39 | - |
| YUV | 117 | 100.35 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 68 | 0.58 | 0 | 0.56 | 0.4 | 122.05 | 0.4 | 0.43 |
| Hex | 41 | 99 | 44 | 3A | 0 | 38 | 28 | 7A | 28 | 2B |
| Octal | 101 | 231 | 104 | 72 | 0 | 70 | 50 | 172 | 50 | 53 |
| Binary | 1000001 | 10011001 | 1000100 | 111010 | 0 | 111000 | 101000 | 1111010 | 101000 | 101011 |
Color Harmonies of #419944
Complementary color
Monochromatic Colors of #419944
Black with #419944
Text Example
Text Example
White with #419944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419944; }
p { color: rgb(65,153,68); }
H1.HeaderClassName
{
color: #419944;
}
.AnyTagClassName
{
color: #419944;
}
</style>
background-color css
<style>
a { background-color: #419944; }
a { background-color: rgb(65,153,68); }
div.DivClassName
{
background-color: #419944;
}
.BgClassName
{
background-color: #419944;
}
</style>
border-color css
<style>
span { border-color: #419944; }
span { border-color: rgb(65,153,68); }
td.TdClassName
{
border-color: #419944;
}
.TagClassName
{
border-color: #419944;
}
</style>