Shades of Fruit Salad #3CB446
Tints of Fruit Salad #3CB446
RGB
CMYK
RGB Variations
Color information
#3CB446 (or 0x3CB446) is known color: Fruit Salad. HEX triplet: 3C, B4 and 46. RGB value is (60,180,70). Sum of RGB (Red+Green+Blue) = 60+180+70=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 180 (70.70% from 255 or 58.06% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB446 is #C34BB9. Grayscale: #838383. Windows color (decimal): -12798906 or 4633660. OLE color: 4633660.
HSL color Cylindrical-coordinate representation of color #3CB446: hue angle of 125º 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 #3CB446 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 180 | 70 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.29 |
| HSL | 125º | 0.5% | 0.47% | - |
| HSV(B) | 125º | 0.67% | 0.71% | - |
| XYZ | 19.29 | 34.05 | 11.35 | - |
| YUV | 131.58 | 93.24 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 180 | 70 | 0.67 | 0 | 0.61 | 0.29 | 125 | 0.5 | 0.47 |
| Hex | 3C | B4 | 46 | 43 | 0 | 3D | 1D | 7D | 32 | 2F |
| Octal | 74 | 264 | 106 | 103 | 0 | 75 | 35 | 175 | 62 | 57 |
| Binary | 111100 | 10110100 | 1000110 | 1000011 | 0 | 111101 | 11101 | 1111101 | 110010 | 101111 |
Color Harmonies of #3CB446
Complementary color
Monochromatic Colors of #3CB446
Black with #3CB446
Text Example
Text Example
White with #3CB446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB446; }
p { color: rgb(60,180,70); }
H1.HeaderClassName
{
color: #3CB446;
}
.AnyTagClassName
{
color: #3CB446;
}
</style>
background-color css
<style>
a { background-color: #3CB446; }
a { background-color: rgb(60,180,70); }
div.DivClassName
{
background-color: #3CB446;
}
.BgClassName
{
background-color: #3CB446;
}
</style>
border-color css
<style>
span { border-color: #3CB446; }
span { border-color: rgb(60,180,70); }
td.TdClassName
{
border-color: #3CB446;
}
.TagClassName
{
border-color: #3CB446;
}
</style>