Shades of Fruit Salad #41994D
Tints of Fruit Salad #41994D
RGB
CMYK
RGB Variations
Color information
#41994D (or 0x41994D) is known color: Fruit Salad. HEX triplet: 41, 99 and 4D. RGB value is (65,153,77). Sum of RGB (Red+Green+Blue) = 65+153+77=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #41994D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41994D is #BE66B2. Grayscale: #767676. Windows color (decimal): -12478131 or 5085505. OLE color: 5085505.
HSL color Cylindrical-coordinate representation of color #41994D: hue angle of 128.18º 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 #41994D is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 153 | 77 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.4 |
| HSL | 128.18º | 0.4% | 0.43% | - |
| HSV(B) | 128.18º | 0.58% | 0.6% | - |
| XYZ | 14.91 | 24.44 | 10.95 | - |
| YUV | 118.02 | 104.85 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 77 | 0.58 | 0 | 0.50 | 0.4 | 128.18 | 0.4 | 0.43 |
| Hex | 41 | 99 | 4D | 3A | 0 | 32 | 28 | 80 | 28 | 2B |
| Octal | 101 | 231 | 115 | 72 | 0 | 62 | 50 | 200 | 50 | 53 |
| Binary | 1000001 | 10011001 | 1001101 | 111010 | 0 | 110010 | 101000 | 10000000 | 101000 | 101011 |
Color Harmonies of #41994D
Complementary color
Monochromatic Colors of #41994D
Black with #41994D
Text Example
Text Example
White with #41994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41994D; }
p { color: rgb(65,153,77); }
H1.HeaderClassName
{
color: #41994D;
}
.AnyTagClassName
{
color: #41994D;
}
</style>
background-color css
<style>
a { background-color: #41994D; }
a { background-color: rgb(65,153,77); }
div.DivClassName
{
background-color: #41994D;
}
.BgClassName
{
background-color: #41994D;
}
</style>
border-color css
<style>
span { border-color: #41994D; }
span { border-color: rgb(65,153,77); }
td.TdClassName
{
border-color: #41994D;
}
.TagClassName
{
border-color: #41994D;
}
</style>