Shades of Fruit Salad #428E49
Tints of Fruit Salad #428E49
RGB
CMYK
RGB Variations
Color information
#428E49 (or 0x428E49) is known color: Fruit Salad. HEX triplet: 42, 8E and 49. RGB value is (66,142,73). Sum of RGB (Red+Green+Blue) = 66+142+73=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 142 (55.86% from 255 or 50.53% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 142 - color contains mainly: green. Hex color #428E49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428E49 is #BD71B6. Grayscale: #6F6F6F. Windows color (decimal): -12415415 or 4820546. OLE color: 4820546.
HSL color Cylindrical-coordinate representation of color #428E49: hue angle of 125.53º 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 #428E49 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 142 | 73 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.44 |
| HSL | 125.53º | 0.37% | 0.41% | - |
| HSV(B) | 125.53º | 0.54% | 0.56% | - |
| XYZ | 13.12 | 20.99 | 9.66 | - |
| YUV | 111.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 142 | 73 | 0.54 | 0 | 0.49 | 0.44 | 125.53 | 0.37 | 0.41 |
| Hex | 42 | 8E | 49 | 36 | 0 | 31 | 2C | 7E | 25 | 29 |
| Octal | 102 | 216 | 111 | 66 | 0 | 61 | 54 | 176 | 45 | 51 |
| Binary | 1000010 | 10001110 | 1001001 | 110110 | 0 | 110001 | 101100 | 1111110 | 100101 | 101001 |
Color Harmonies of #428E49
Complementary color
Monochromatic Colors of #428E49
Black with #428E49
Text Example
Text Example
White with #428E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428E49; }
p { color: rgb(66,142,73); }
H1.HeaderClassName
{
color: #428E49;
}
.AnyTagClassName
{
color: #428E49;
}
</style>
background-color css
<style>
a { background-color: #428E49; }
a { background-color: rgb(66,142,73); }
div.DivClassName
{
background-color: #428E49;
}
.BgClassName
{
background-color: #428E49;
}
</style>
border-color css
<style>
span { border-color: #428E49; }
span { border-color: rgb(66,142,73); }
td.TdClassName
{
border-color: #428E49;
}
.TagClassName
{
border-color: #428E49;
}
</style>