Shades of Fruit Salad #419949
Tints of Fruit Salad #419949
RGB
CMYK
RGB Variations
Color information
#419949 (or 0x419949) is known color: Fruit Salad. HEX triplet: 41, 99 and 49. RGB value is (65,153,73). Sum of RGB (Red+Green+Blue) = 65+153+73=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #419949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419949 is #BE66B6. Grayscale: #757575. Windows color (decimal): -12478135 or 4823361. OLE color: 4823361.
HSL color Cylindrical-coordinate representation of color #419949: hue angle of 125.45º 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 #419949 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 153 | 73 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.4 |
| HSL | 125.45º | 0.4% | 0.43% | - |
| HSV(B) | 125.45º | 0.58% | 0.6% | - |
| XYZ | 14.77 | 24.39 | 10.23 | - |
| YUV | 117.57 | 102.85 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 73 | 0.58 | 0 | 0.52 | 0.4 | 125.45 | 0.4 | 0.43 |
| Hex | 41 | 99 | 49 | 3A | 0 | 34 | 28 | 7D | 28 | 2B |
| Octal | 101 | 231 | 111 | 72 | 0 | 64 | 50 | 175 | 50 | 53 |
| Binary | 1000001 | 10011001 | 1001001 | 111010 | 0 | 110100 | 101000 | 1111101 | 101000 | 101011 |
Color Harmonies of #419949
Complementary color
Monochromatic Colors of #419949
Black with #419949
Text Example
Text Example
White with #419949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419949; }
p { color: rgb(65,153,73); }
H1.HeaderClassName
{
color: #419949;
}
.AnyTagClassName
{
color: #419949;
}
</style>
background-color css
<style>
a { background-color: #419949; }
a { background-color: rgb(65,153,73); }
div.DivClassName
{
background-color: #419949;
}
.BgClassName
{
background-color: #419949;
}
</style>
border-color css
<style>
span { border-color: #419949; }
span { border-color: rgb(65,153,73); }
td.TdClassName
{
border-color: #419949;
}
.TagClassName
{
border-color: #419949;
}
</style>