Shades of Fruit Salad #42904A
Tints of Fruit Salad #42904A
RGB
CMYK
RGB Variations
Color information
#42904A (or 0x42904A) is known color: Fruit Salad. HEX triplet: 42, 90 and 4A. RGB value is (66,144,74). Sum of RGB (Red+Green+Blue) = 66+144+74=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #42904A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42904A is #BD6FB5. Grayscale: #707070. Windows color (decimal): -12414902 or 4886594. OLE color: 4886594.
HSL color Cylindrical-coordinate representation of color #42904A: hue angle of 126.15º 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 #42904A is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 144 | 74 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.44 |
| HSL | 126.15º | 0.37% | 0.41% | - |
| HSV(B) | 126.15º | 0.54% | 0.56% | - |
| XYZ | 13.46 | 21.6 | 9.94 | - |
| YUV | 112.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 74 | 0.54 | 0 | 0.49 | 0.44 | 126.15 | 0.37 | 0.41 |
| Hex | 42 | 90 | 4A | 36 | 0 | 31 | 2C | 7E | 25 | 29 |
| Octal | 102 | 220 | 112 | 66 | 0 | 61 | 54 | 176 | 45 | 51 |
| Binary | 1000010 | 10010000 | 1001010 | 110110 | 0 | 110001 | 101100 | 1111110 | 100101 | 101001 |
Color Harmonies of #42904A
Complementary color
Monochromatic Colors of #42904A
Black with #42904A
Text Example
Text Example
White with #42904A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42904A; }
p { color: rgb(66,144,74); }
H1.HeaderClassName
{
color: #42904A;
}
.AnyTagClassName
{
color: #42904A;
}
</style>
background-color css
<style>
a { background-color: #42904A; }
a { background-color: rgb(66,144,74); }
div.DivClassName
{
background-color: #42904A;
}
.BgClassName
{
background-color: #42904A;
}
</style>
border-color css
<style>
span { border-color: #42904A; }
span { border-color: rgb(66,144,74); }
td.TdClassName
{
border-color: #42904A;
}
.TagClassName
{
border-color: #42904A;
}
</style>