Shades of Fruit Salad #3CB745
Tints of Fruit Salad #3CB745
RGB
CMYK
RGB Variations
Color information
#3CB745 (or 0x3CB745) is known color: Fruit Salad. HEX triplet: 3C, B7 and 45. RGB value is (60,183,69). Sum of RGB (Red+Green+Blue) = 60+183+69=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 183 (71.88% from 255 or 58.65% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB745 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB745 is #C348BA. Grayscale: #858585. Windows color (decimal): -12798139 or 4568892. OLE color: 4568892.
HSL color Cylindrical-coordinate representation of color #3CB745: hue angle of 124.39º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB745 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 183 | 69 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.28 |
| HSL | 124.39º | 0.51% | 0.48% | - |
| HSV(B) | 124.39º | 0.67% | 0.72% | - |
| XYZ | 19.87 | 35.26 | 11.39 | - |
| YUV | 133.23 | 91.75 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 183 | 69 | 0.67 | 0 | 0.62 | 0.28 | 124.39 | 0.51 | 0.48 |
| Hex | 3C | B7 | 45 | 43 | 0 | 3E | 1C | 7C | 33 | 30 |
| Octal | 74 | 267 | 105 | 103 | 0 | 76 | 34 | 174 | 63 | 60 |
| Binary | 111100 | 10110111 | 1000101 | 1000011 | 0 | 111110 | 11100 | 1111100 | 110011 | 110000 |
Color Harmonies of #3CB745
Complementary color
Monochromatic Colors of #3CB745
Black with #3CB745
Text Example
Text Example
White with #3CB745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB745; }
p { color: rgb(60,183,69); }
H1.HeaderClassName
{
color: #3CB745;
}
.AnyTagClassName
{
color: #3CB745;
}
</style>
background-color css
<style>
a { background-color: #3CB745; }
a { background-color: rgb(60,183,69); }
div.DivClassName
{
background-color: #3CB745;
}
.BgClassName
{
background-color: #3CB745;
}
</style>
border-color css
<style>
span { border-color: #3CB745; }
span { border-color: rgb(60,183,69); }
td.TdClassName
{
border-color: #3CB745;
}
.TagClassName
{
border-color: #3CB745;
}
</style>