Shades of Fruit Salad #42944C
Tints of Fruit Salad #42944C
RGB
CMYK
RGB Variations
Color information
#42944C (or 0x42944C) is known color: Fruit Salad. HEX triplet: 42, 94 and 4C. RGB value is (66,148,76). Sum of RGB (Red+Green+Blue) = 66+148+76=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #42944C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42944C is #BD6BB3. Grayscale: #737373. Windows color (decimal): -12413876 or 5018690. OLE color: 5018690.
HSL color Cylindrical-coordinate representation of color #42944C: hue angle of 127.32º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42944C is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 148 | 76 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.42 |
| HSL | 127.32º | 0.38% | 0.42% | - |
| HSV(B) | 127.32º | 0.55% | 0.58% | - |
| XYZ | 14.14 | 22.86 | 10.5 | - |
| YUV | 115.27 | 105.83 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 76 | 0.55 | 0 | 0.49 | 0.42 | 127.32 | 0.38 | 0.42 |
| Hex | 42 | 94 | 4C | 37 | 0 | 31 | 2A | 7F | 26 | 2A |
| Octal | 102 | 224 | 114 | 67 | 0 | 61 | 52 | 177 | 46 | 52 |
| Binary | 1000010 | 10010100 | 1001100 | 110111 | 0 | 110001 | 101010 | 1111111 | 100110 | 101010 |
Color Harmonies of #42944C
Complementary color
Monochromatic Colors of #42944C
Black with #42944C
Text Example
Text Example
White with #42944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42944C; }
p { color: rgb(66,148,76); }
H1.HeaderClassName
{
color: #42944C;
}
.AnyTagClassName
{
color: #42944C;
}
</style>
background-color css
<style>
a { background-color: #42944C; }
a { background-color: rgb(66,148,76); }
div.DivClassName
{
background-color: #42944C;
}
.BgClassName
{
background-color: #42944C;
}
</style>
border-color css
<style>
span { border-color: #42944C; }
span { border-color: rgb(66,148,76); }
td.TdClassName
{
border-color: #42944C;
}
.TagClassName
{
border-color: #42944C;
}
</style>