Shades of Fruit Salad #3CA13C
Tints of Fruit Salad #3CA13C
RGB
CMYK
RGB Variations
Color information
#3CA13C (or 0x3CA13C) is known color: Fruit Salad. HEX triplet: 3C, A1 and 3C. RGB value is (60,161,60). Sum of RGB (Red+Green+Blue) = 60+161+60=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 161 (63.28% from 255 or 57.30% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 161 - color contains mainly: green. Hex color #3CA13C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA13C is #C35EC3. Grayscale: #777777. Windows color (decimal): -12803780 or 3973436. OLE color: 3973436.
HSL color Cylindrical-coordinate representation of color #3CA13C: hue angle of 120º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA13C is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 60 | 161 | 60 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.37 |
| HSL | 120º | 0.46% | 0.43% | - |
| HSV(B) | 120º | 0.63% | 0.63% | - |
| XYZ | 15.42 | 26.78 | 8.63 | - |
| YUV | 119.29 | 94.54 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 161 | 60 | 0.63 | 0 | 0.63 | 0.37 | 120 | 0.46 | 0.43 |
| Hex | 3C | A1 | 3C | 3F | 0 | 3F | 25 | 78 | 2E | 2B |
| Octal | 74 | 241 | 74 | 77 | 0 | 77 | 45 | 170 | 56 | 53 |
| Binary | 111100 | 10100001 | 111100 | 111111 | 0 | 111111 | 100101 | 1111000 | 101110 | 101011 |
Color Harmonies of #3CA13C
Complementary color
Monochromatic Colors of #3CA13C
Black with #3CA13C
Text Example
Text Example
White with #3CA13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA13C; }
p { color: rgb(60,161,60); }
H1.HeaderClassName
{
color: #3CA13C;
}
.AnyTagClassName
{
color: #3CA13C;
}
</style>
background-color css
<style>
a { background-color: #3CA13C; }
a { background-color: rgb(60,161,60); }
div.DivClassName
{
background-color: #3CA13C;
}
.BgClassName
{
background-color: #3CA13C;
}
</style>
border-color css
<style>
span { border-color: #3CA13C; }
span { border-color: rgb(60,161,60); }
td.TdClassName
{
border-color: #3CA13C;
}
.TagClassName
{
border-color: #3CA13C;
}
</style>