Shades of Fruit Salad #419F4A
Tints of Fruit Salad #419F4A
RGB
CMYK
RGB Variations
Color information
#419F4A (or 0x419F4A) is known color: Fruit Salad. HEX triplet: 41, 9F and 4A. RGB value is (65,159,74). Sum of RGB (Red+Green+Blue) = 65+159+74=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 159 (62.5% from 255 or 53.36% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 159 - color contains mainly: green. Hex color #419F4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419F4A is #BE60B5. Grayscale: #797979. Windows color (decimal): -12476598 or 4890433. OLE color: 4890433.
HSL color Cylindrical-coordinate representation of color #419F4A: hue angle of 125.74º degrees, saturation: 0.42, 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 #419F4A is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 159 | 74 | - |
| CMYK | 0.59 | 0 | 0.53 | 0.38 |
| HSL | 125.74º | 0.42% | 0.44% | - |
| HSV(B) | 125.74º | 0.59% | 0.62% | - |
| XYZ | 15.81 | 26.41 | 10.74 | - |
| YUV | 121.2 | 101.36 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 159 | 74 | 0.59 | 0 | 0.53 | 0.38 | 125.74 | 0.42 | 0.44 |
| Hex | 41 | 9F | 4A | 3B | 0 | 35 | 26 | 7E | 2A | 2C |
| Octal | 101 | 237 | 112 | 73 | 0 | 65 | 46 | 176 | 52 | 54 |
| Binary | 1000001 | 10011111 | 1001010 | 111011 | 0 | 110101 | 100110 | 1111110 | 101010 | 101100 |
Color Harmonies of #419F4A
Complementary color
Monochromatic Colors of #419F4A
Black with #419F4A
Text Example
Text Example
White with #419F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419F4A; }
p { color: rgb(65,159,74); }
H1.HeaderClassName
{
color: #419F4A;
}
.AnyTagClassName
{
color: #419F4A;
}
</style>
background-color css
<style>
a { background-color: #419F4A; }
a { background-color: rgb(65,159,74); }
div.DivClassName
{
background-color: #419F4A;
}
.BgClassName
{
background-color: #419F4A;
}
</style>
border-color css
<style>
span { border-color: #419F4A; }
span { border-color: rgb(65,159,74); }
td.TdClassName
{
border-color: #419F4A;
}
.TagClassName
{
border-color: #419F4A;
}
</style>