Shades of Fruit Salad #419344
Tints of Fruit Salad #419344
RGB
CMYK
RGB Variations
Color information
#419344 (or 0x419344) is known color: Fruit Salad. HEX triplet: 41, 93 and 44. RGB value is (65,147,68). Sum of RGB (Red+Green+Blue) = 65+147+68=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #419344 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419344 is #BE6CBB. Grayscale: #717171. Windows color (decimal): -12479676 or 4494145. OLE color: 4494145.
HSL color Cylindrical-coordinate representation of color #419344: hue angle of 122.2º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419344 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 147 | 68 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.42 |
| HSL | 122.2º | 0.39% | 0.42% | - |
| HSV(B) | 122.2º | 0.56% | 0.58% | - |
| XYZ | 13.66 | 22.41 | 9.07 | - |
| YUV | 113.48 | 102.33 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 68 | 0.56 | 0 | 0.54 | 0.42 | 122.2 | 0.39 | 0.42 |
| Hex | 41 | 93 | 44 | 38 | 0 | 36 | 2A | 7A | 27 | 2A |
| Octal | 101 | 223 | 104 | 70 | 0 | 66 | 52 | 172 | 47 | 52 |
| Binary | 1000001 | 10010011 | 1000100 | 111000 | 0 | 110110 | 101010 | 1111010 | 100111 | 101010 |
Color Harmonies of #419344
Complementary color
Monochromatic Colors of #419344
Black with #419344
Text Example
Text Example
White with #419344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419344; }
p { color: rgb(65,147,68); }
H1.HeaderClassName
{
color: #419344;
}
.AnyTagClassName
{
color: #419344;
}
</style>
background-color css
<style>
a { background-color: #419344; }
a { background-color: rgb(65,147,68); }
div.DivClassName
{
background-color: #419344;
}
.BgClassName
{
background-color: #419344;
}
</style>
border-color css
<style>
span { border-color: #419344; }
span { border-color: rgb(65,147,68); }
td.TdClassName
{
border-color: #419344;
}
.TagClassName
{
border-color: #419344;
}
</style>