Shades of Fruit Salad #42904C
Tints of Fruit Salad #42904C
RGB
CMYK
RGB Variations
Color information
#42904C (or 0x42904C) is known color: Fruit Salad. HEX triplet: 42, 90 and 4C. RGB value is (66,144,76). Sum of RGB (Red+Green+Blue) = 66+144+76=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #42904C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42904C is #BD6FB3. Grayscale: #717171. Windows color (decimal): -12414900 or 5017666. OLE color: 5017666.
HSL color Cylindrical-coordinate representation of color #42904C: hue angle of 127.69º 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 #42904C is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 144 | 76 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.44 |
| HSL | 127.69º | 0.37% | 0.41% | - |
| HSV(B) | 127.69º | 0.54% | 0.56% | - |
| XYZ | 13.52 | 21.63 | 10.3 | - |
| YUV | 112.93 | 107.16 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 76 | 0.54 | 0 | 0.47 | 0.44 | 127.69 | 0.37 | 0.41 |
| Hex | 42 | 90 | 4C | 36 | 0 | 2F | 2C | 80 | 25 | 29 |
| Octal | 102 | 220 | 114 | 66 | 0 | 57 | 54 | 200 | 45 | 51 |
| Binary | 1000010 | 10010000 | 1001100 | 110110 | 0 | 101111 | 101100 | 10000000 | 100101 | 101001 |
Color Harmonies of #42904C
Complementary color
Monochromatic Colors of #42904C
Black with #42904C
Text Example
Text Example
White with #42904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42904C; }
p { color: rgb(66,144,76); }
H1.HeaderClassName
{
color: #42904C;
}
.AnyTagClassName
{
color: #42904C;
}
</style>
background-color css
<style>
a { background-color: #42904C; }
a { background-color: rgb(66,144,76); }
div.DivClassName
{
background-color: #42904C;
}
.BgClassName
{
background-color: #42904C;
}
</style>
border-color css
<style>
span { border-color: #42904C; }
span { border-color: rgb(66,144,76); }
td.TdClassName
{
border-color: #42904C;
}
.TagClassName
{
border-color: #42904C;
}
</style>