Shades of Fruit Salad #3CAA39
Tints of Fruit Salad #3CAA39
RGB
CMYK
RGB Variations
Color information
#3CAA39 (or 0x3CAA39) is known color: Fruit Salad. HEX triplet: 3C, AA and 39. RGB value is (60,170,57). Sum of RGB (Red+Green+Blue) = 60+170+57=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAA39 is #C355C6. Grayscale: #7C7C7C. Windows color (decimal): -12801479 or 3779132. OLE color: 3779132.
HSL color Cylindrical-coordinate representation of color #3CAA39: hue angle of 118.41º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CAA39 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 57 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.33 |
| HSL | 118.41º | 0.5% | 0.45% | - |
| HSV(B) | 118.41º | 0.66% | 0.67% | - |
| XYZ | 16.98 | 30.01 | 8.77 | - |
| YUV | 124.23 | 90.06 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 57 | 0.65 | 0 | 0.66 | 0.33 | 118.41 | 0.5 | 0.45 |
| Hex | 3C | AA | 39 | 41 | 0 | 42 | 21 | 76 | 32 | 2D |
| Octal | 74 | 252 | 71 | 101 | 0 | 102 | 41 | 166 | 62 | 55 |
| Binary | 111100 | 10101010 | 111001 | 1000001 | 0 | 1000010 | 100001 | 1110110 | 110010 | 101101 |
Color Harmonies of #3CAA39
Complementary color
Monochromatic Colors of #3CAA39
Black with #3CAA39
Text Example
Text Example
White with #3CAA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA39; }
p { color: rgb(60,170,57); }
H1.HeaderClassName
{
color: #3CAA39;
}
.AnyTagClassName
{
color: #3CAA39;
}
</style>
background-color css
<style>
a { background-color: #3CAA39; }
a { background-color: rgb(60,170,57); }
div.DivClassName
{
background-color: #3CAA39;
}
.BgClassName
{
background-color: #3CAA39;
}
</style>
border-color css
<style>
span { border-color: #3CAA39; }
span { border-color: rgb(60,170,57); }
td.TdClassName
{
border-color: #3CAA39;
}
.TagClassName
{
border-color: #3CAA39;
}
</style>