Shades of Fruit Salad #3CB547
Tints of Fruit Salad #3CB547
RGB
CMYK
RGB Variations
Color information
#3CB547 (or 0x3CB547) is known color: Fruit Salad. HEX triplet: 3C, B5 and 47. RGB value is (60,181,71). Sum of RGB (Red+Green+Blue) = 60+181+71=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 181 (71.09% from 255 or 58.01% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB547 is #C34AB8. Grayscale: #848484. Windows color (decimal): -12798649 or 4699452. OLE color: 4699452.
HSL color Cylindrical-coordinate representation of color #3CB547: hue angle of 125.45º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB547 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 181 | 71 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.29 |
| HSL | 125.45º | 0.5% | 0.47% | - |
| HSV(B) | 125.45º | 0.67% | 0.71% | - |
| XYZ | 19.52 | 34.46 | 11.58 | - |
| YUV | 132.28 | 93.41 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 71 | 0.67 | 0 | 0.61 | 0.29 | 125.45 | 0.5 | 0.47 |
| Hex | 3C | B5 | 47 | 43 | 0 | 3D | 1D | 7D | 32 | 2F |
| Octal | 74 | 265 | 107 | 103 | 0 | 75 | 35 | 175 | 62 | 57 |
| Binary | 111100 | 10110101 | 1000111 | 1000011 | 0 | 111101 | 11101 | 1111101 | 110010 | 101111 |
Color Harmonies of #3CB547
Complementary color
Monochromatic Colors of #3CB547
Black with #3CB547
Text Example
Text Example
White with #3CB547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB547; }
p { color: rgb(60,181,71); }
H1.HeaderClassName
{
color: #3CB547;
}
.AnyTagClassName
{
color: #3CB547;
}
</style>
background-color css
<style>
a { background-color: #3CB547; }
a { background-color: rgb(60,181,71); }
div.DivClassName
{
background-color: #3CB547;
}
.BgClassName
{
background-color: #3CB547;
}
</style>
border-color css
<style>
span { border-color: #3CB547; }
span { border-color: rgb(60,181,71); }
td.TdClassName
{
border-color: #3CB547;
}
.TagClassName
{
border-color: #3CB547;
}
</style>