Shades of Fruit Salad #429448
Tints of Fruit Salad #429448
RGB
CMYK
RGB Variations
Color information
#429448 (or 0x429448) is known color: Fruit Salad. HEX triplet: 42, 94 and 48. RGB value is (66,148,72). Sum of RGB (Red+Green+Blue) = 66+148+72=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #429448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429448 is #BD6BB7. Grayscale: #737373. Windows color (decimal): -12413880 or 4756546. OLE color: 4756546.
HSL color Cylindrical-coordinate representation of color #429448: hue angle of 124.39º 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 #429448 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 148 | 72 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.42 |
| HSL | 124.39º | 0.38% | 0.42% | - |
| HSV(B) | 124.39º | 0.55% | 0.58% | - |
| XYZ | 14.01 | 22.81 | 9.79 | - |
| YUV | 114.82 | 103.83 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 72 | 0.55 | 0 | 0.51 | 0.42 | 124.39 | 0.38 | 0.42 |
| Hex | 42 | 94 | 48 | 37 | 0 | 33 | 2A | 7C | 26 | 2A |
| Octal | 102 | 224 | 110 | 67 | 0 | 63 | 52 | 174 | 46 | 52 |
| Binary | 1000010 | 10010100 | 1001000 | 110111 | 0 | 110011 | 101010 | 1111100 | 100110 | 101010 |
Color Harmonies of #429448
Complementary color
Monochromatic Colors of #429448
Black with #429448
Text Example
Text Example
White with #429448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429448; }
p { color: rgb(66,148,72); }
H1.HeaderClassName
{
color: #429448;
}
.AnyTagClassName
{
color: #429448;
}
</style>
background-color css
<style>
a { background-color: #429448; }
a { background-color: rgb(66,148,72); }
div.DivClassName
{
background-color: #429448;
}
.BgClassName
{
background-color: #429448;
}
</style>
border-color css
<style>
span { border-color: #429448; }
span { border-color: rgb(66,148,72); }
td.TdClassName
{
border-color: #429448;
}
.TagClassName
{
border-color: #429448;
}
</style>