Shades of Fruit Salad #3CAA34
Tints of Fruit Salad #3CAA34
RGB
CMYK
RGB Variations
Color information
#3CAA34 (or 0x3CAA34) is known color: Fruit Salad. HEX triplet: 3C, AA and 34. RGB value is (60,170,52). Sum of RGB (Red+Green+Blue) = 60+170+52=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAA34 is #C355CB. Grayscale: #7C7C7C. Windows color (decimal): -12801484 or 3451452. OLE color: 3451452.
HSL color Cylindrical-coordinate representation of color #3CAA34: hue angle of 115.93º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CAA34 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 52 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.33 |
| HSL | 115.93º | 0.53% | 0.44% | - |
| HSV(B) | 115.93º | 0.69% | 0.67% | - |
| XYZ | 16.86 | 29.96 | 8.14 | - |
| YUV | 123.66 | 87.56 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 52 | 0.65 | 0 | 0.69 | 0.33 | 115.93 | 0.53 | 0.44 |
| Hex | 3C | AA | 34 | 41 | 0 | 45 | 21 | 74 | 35 | 2C |
| Octal | 74 | 252 | 64 | 101 | 0 | 105 | 41 | 164 | 65 | 54 |
| Binary | 111100 | 10101010 | 110100 | 1000001 | 0 | 1000101 | 100001 | 1110100 | 110101 | 101100 |
Color Harmonies of #3CAA34
Complementary color
Monochromatic Colors of #3CAA34
Black with #3CAA34
Text Example
Text Example
White with #3CAA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA34; }
p { color: rgb(60,170,52); }
H1.HeaderClassName
{
color: #3CAA34;
}
.AnyTagClassName
{
color: #3CAA34;
}
</style>
background-color css
<style>
a { background-color: #3CAA34; }
a { background-color: rgb(60,170,52); }
div.DivClassName
{
background-color: #3CAA34;
}
.BgClassName
{
background-color: #3CAA34;
}
</style>
border-color css
<style>
span { border-color: #3CAA34; }
span { border-color: rgb(60,170,52); }
td.TdClassName
{
border-color: #3CAA34;
}
.TagClassName
{
border-color: #3CAA34;
}
</style>