Shades of Fruit Salad #3C8F41
Tints of Fruit Salad #3C8F41
RGB
CMYK
RGB Variations
Color information
#3C8F41 (or 0x3C8F41) is known color: Fruit Salad. HEX triplet: 3C, 8F and 41. RGB value is (60,143,65). Sum of RGB (Red+Green+Blue) = 60+143+65=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 143 (56.25% from 255 or 53.36% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 143 - color contains mainly: green. Hex color #3C8F41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8F41 is #C370BE. Grayscale: #6D6D6D. Windows color (decimal): -12808383 or 4296508. OLE color: 4296508.
HSL color Cylindrical-coordinate representation of color #3C8F41: hue angle of 123.61º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C8F41 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 143 | 65 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.44 |
| HSL | 123.61º | 0.41% | 0.4% | - |
| HSV(B) | 123.61º | 0.58% | 0.56% | - |
| XYZ | 12.64 | 20.99 | 8.39 | - |
| YUV | 109.29 | 103 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 143 | 65 | 0.58 | 0 | 0.55 | 0.44 | 123.61 | 0.41 | 0.4 |
| Hex | 3C | 8F | 41 | 3A | 0 | 37 | 2C | 7C | 29 | 28 |
| Octal | 74 | 217 | 101 | 72 | 0 | 67 | 54 | 174 | 51 | 50 |
| Binary | 111100 | 10001111 | 1000001 | 111010 | 0 | 110111 | 101100 | 1111100 | 101001 | 101000 |
Color Harmonies of #3C8F41
Complementary color
Monochromatic Colors of #3C8F41
Black with #3C8F41
Text Example
Text Example
White with #3C8F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8F41; }
p { color: rgb(60,143,65); }
H1.HeaderClassName
{
color: #3C8F41;
}
.AnyTagClassName
{
color: #3C8F41;
}
</style>
background-color css
<style>
a { background-color: #3C8F41; }
a { background-color: rgb(60,143,65); }
div.DivClassName
{
background-color: #3C8F41;
}
.BgClassName
{
background-color: #3C8F41;
}
</style>
border-color css
<style>
span { border-color: #3C8F41; }
span { border-color: rgb(60,143,65); }
td.TdClassName
{
border-color: #3C8F41;
}
.TagClassName
{
border-color: #3C8F41;
}
</style>