Shades of Fruit Salad #429044
Tints of Fruit Salad #429044
RGB
CMYK
RGB Variations
Color information
#429044 (or 0x429044) is known color: Fruit Salad. HEX triplet: 42, 90 and 44. RGB value is (66,144,68). Sum of RGB (Red+Green+Blue) = 66+144+68=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #429044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429044 is #BD6FBB. Grayscale: #707070. Windows color (decimal): -12414908 or 4493378. OLE color: 4493378.
HSL color Cylindrical-coordinate representation of color #429044: hue angle of 121.54º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429044 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 144 | 68 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.44 |
| HSL | 121.54º | 0.37% | 0.41% | - |
| HSV(B) | 121.54º | 0.54% | 0.56% | - |
| XYZ | 13.26 | 21.52 | 8.92 | - |
| YUV | 112.01 | 103.16 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 68 | 0.54 | 0 | 0.53 | 0.44 | 121.54 | 0.37 | 0.41 |
| Hex | 42 | 90 | 44 | 36 | 0 | 35 | 2C | 7A | 25 | 29 |
| Octal | 102 | 220 | 104 | 66 | 0 | 65 | 54 | 172 | 45 | 51 |
| Binary | 1000010 | 10010000 | 1000100 | 110110 | 0 | 110101 | 101100 | 1111010 | 100101 | 101001 |
Color Harmonies of #429044
Complementary color
Monochromatic Colors of #429044
Black with #429044
Text Example
Text Example
White with #429044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429044; }
p { color: rgb(66,144,68); }
H1.HeaderClassName
{
color: #429044;
}
.AnyTagClassName
{
color: #429044;
}
</style>
background-color css
<style>
a { background-color: #429044; }
a { background-color: rgb(66,144,68); }
div.DivClassName
{
background-color: #429044;
}
.BgClassName
{
background-color: #429044;
}
</style>
border-color css
<style>
span { border-color: #429044; }
span { border-color: rgb(66,144,68); }
td.TdClassName
{
border-color: #429044;
}
.TagClassName
{
border-color: #429044;
}
</style>