Shades of Fruit Salad #42AA3C
Tints of Fruit Salad #42AA3C
RGB
CMYK
RGB Variations
Color information
#42AA3C (or 0x42AA3C) is known color: Fruit Salad. HEX triplet: 42, AA and 3C. RGB value is (66,170,60). Sum of RGB (Red+Green+Blue) = 66+170+60=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AA3C is #BD55C3. Grayscale: #7E7E7E. Windows color (decimal): -12408260 or 3975746. OLE color: 3975746.
HSL color Cylindrical-coordinate representation of color #42AA3C: hue angle of 116.73º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42AA3C is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 170 | 60 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.33 |
| HSL | 116.73º | 0.48% | 0.45% | - |
| HSV(B) | 116.73º | 0.65% | 0.67% | - |
| XYZ | 17.44 | 30.23 | 9.19 | - |
| YUV | 126.36 | 90.54 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 60 | 0.61 | 0 | 0.65 | 0.33 | 116.73 | 0.48 | 0.45 |
| Hex | 42 | AA | 3C | 3D | 0 | 41 | 21 | 75 | 30 | 2D |
| Octal | 102 | 252 | 74 | 75 | 0 | 101 | 41 | 165 | 60 | 55 |
| Binary | 1000010 | 10101010 | 111100 | 111101 | 0 | 1000001 | 100001 | 1110101 | 110000 | 101101 |
Color Harmonies of #42AA3C
Complementary color
Monochromatic Colors of #42AA3C
Black with #42AA3C
Text Example
Text Example
White with #42AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AA3C; }
p { color: rgb(66,170,60); }
H1.HeaderClassName
{
color: #42AA3C;
}
.AnyTagClassName
{
color: #42AA3C;
}
</style>
background-color css
<style>
a { background-color: #42AA3C; }
a { background-color: rgb(66,170,60); }
div.DivClassName
{
background-color: #42AA3C;
}
.BgClassName
{
background-color: #42AA3C;
}
</style>
border-color css
<style>
span { border-color: #42AA3C; }
span { border-color: rgb(66,170,60); }
td.TdClassName
{
border-color: #42AA3C;
}
.TagClassName
{
border-color: #42AA3C;
}
</style>