Shades of Fruit Salad #42924A
Tints of Fruit Salad #42924A
RGB
CMYK
RGB Variations
Color information
#42924A (or 0x42924A) is known color: Fruit Salad. HEX triplet: 42, 92 and 4A. RGB value is (66,146,74). Sum of RGB (Red+Green+Blue) = 66+146+74=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #42924A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42924A is #BD6DB5. Grayscale: #727272. Windows color (decimal): -12414390 or 4887106. OLE color: 4887106.
HSL color Cylindrical-coordinate representation of color #42924A: hue angle of 126º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42924A is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 146 | 74 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.43 |
| HSL | 126º | 0.38% | 0.42% | - |
| HSV(B) | 126º | 0.55% | 0.57% | - |
| XYZ | 13.76 | 22.21 | 10.04 | - |
| YUV | 113.87 | 105.5 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 74 | 0.55 | 0 | 0.49 | 0.43 | 126 | 0.38 | 0.42 |
| Hex | 42 | 92 | 4A | 37 | 0 | 31 | 2B | 7E | 26 | 2A |
| Octal | 102 | 222 | 112 | 67 | 0 | 61 | 53 | 176 | 46 | 52 |
| Binary | 1000010 | 10010010 | 1001010 | 110111 | 0 | 110001 | 101011 | 1111110 | 100110 | 101010 |
Color Harmonies of #42924A
Complementary color
Monochromatic Colors of #42924A
Black with #42924A
Text Example
Text Example
White with #42924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42924A; }
p { color: rgb(66,146,74); }
H1.HeaderClassName
{
color: #42924A;
}
.AnyTagClassName
{
color: #42924A;
}
</style>
background-color css
<style>
a { background-color: #42924A; }
a { background-color: rgb(66,146,74); }
div.DivClassName
{
background-color: #42924A;
}
.BgClassName
{
background-color: #42924A;
}
</style>
border-color css
<style>
span { border-color: #42924A; }
span { border-color: rgb(66,146,74); }
td.TdClassName
{
border-color: #42924A;
}
.TagClassName
{
border-color: #42924A;
}
</style>