Shades of Fruit Salad #3CAB4D
Tints of Fruit Salad #3CAB4D
RGB
CMYK
RGB Variations
Color information
#3CAB4D (or 0x3CAB4D) is known color: Fruit Salad. HEX triplet: 3C, AB and 4D. RGB value is (60,171,77). Sum of RGB (Red+Green+Blue) = 60+171+77=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAB4D is #C354B2. Grayscale: #7F7F7F. Windows color (decimal): -12801203 or 5090108. OLE color: 5090108.
HSL color Cylindrical-coordinate representation of color #3CAB4D: hue angle of 129.19º 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 #3CAB4D is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 171 | 77 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.33 |
| HSL | 129.19º | 0.48% | 0.45% | - |
| HSV(B) | 129.19º | 0.65% | 0.67% | - |
| XYZ | 17.77 | 30.62 | 12 | - |
| YUV | 127.1 | 99.73 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 171 | 77 | 0.65 | 0 | 0.55 | 0.33 | 129.19 | 0.48 | 0.45 |
| Hex | 3C | AB | 4D | 41 | 0 | 37 | 21 | 81 | 30 | 2D |
| Octal | 74 | 253 | 115 | 101 | 0 | 67 | 41 | 201 | 60 | 55 |
| Binary | 111100 | 10101011 | 1001101 | 1000001 | 0 | 110111 | 100001 | 10000001 | 110000 | 101101 |
Color Harmonies of #3CAB4D
Complementary color
Monochromatic Colors of #3CAB4D
Black with #3CAB4D
Text Example
Text Example
White with #3CAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAB4D; }
p { color: rgb(60,171,77); }
H1.HeaderClassName
{
color: #3CAB4D;
}
.AnyTagClassName
{
color: #3CAB4D;
}
</style>
background-color css
<style>
a { background-color: #3CAB4D; }
a { background-color: rgb(60,171,77); }
div.DivClassName
{
background-color: #3CAB4D;
}
.BgClassName
{
background-color: #3CAB4D;
}
</style>
border-color css
<style>
span { border-color: #3CAB4D; }
span { border-color: rgb(60,171,77); }
td.TdClassName
{
border-color: #3CAB4D;
}
.TagClassName
{
border-color: #3CAB4D;
}
</style>