Shades of Fruit Salad #3CAB34
Tints of Fruit Salad #3CAB34
RGB
CMYK
RGB Variations
Color information
#3CAB34 (or 0x3CAB34) is known color: Fruit Salad. HEX triplet: 3C, AB and 34. RGB value is (60,171,52). Sum of RGB (Red+Green+Blue) = 60+171+52=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 171 (67.19% from 255 or 60.42% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAB34 is #C354CB. Grayscale: #7C7C7C. Windows color (decimal): -12801228 or 3451708. OLE color: 3451708.
HSL color Cylindrical-coordinate representation of color #3CAB34: hue angle of 115.97º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CAB34 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 171 | 52 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.33 |
| HSL | 115.97º | 0.53% | 0.44% | - |
| HSV(B) | 115.97º | 0.7% | 0.67% | - |
| XYZ | 17.05 | 30.33 | 8.21 | - |
| YUV | 124.25 | 87.23 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 171 | 52 | 0.65 | 0 | 0.70 | 0.33 | 115.97 | 0.53 | 0.44 |
| Hex | 3C | AB | 34 | 41 | 0 | 46 | 21 | 74 | 35 | 2C |
| Octal | 74 | 253 | 64 | 101 | 0 | 106 | 41 | 164 | 65 | 54 |
| Binary | 111100 | 10101011 | 110100 | 1000001 | 0 | 1000110 | 100001 | 1110100 | 110101 | 101100 |
Color Harmonies of #3CAB34
Complementary color
Monochromatic Colors of #3CAB34
Black with #3CAB34
Text Example
Text Example
White with #3CAB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAB34; }
p { color: rgb(60,171,52); }
H1.HeaderClassName
{
color: #3CAB34;
}
.AnyTagClassName
{
color: #3CAB34;
}
</style>
background-color css
<style>
a { background-color: #3CAB34; }
a { background-color: rgb(60,171,52); }
div.DivClassName
{
background-color: #3CAB34;
}
.BgClassName
{
background-color: #3CAB34;
}
</style>
border-color css
<style>
span { border-color: #3CAB34; }
span { border-color: rgb(60,171,52); }
td.TdClassName
{
border-color: #3CAB34;
}
.TagClassName
{
border-color: #3CAB34;
}
</style>