Shades of Fruit Salad #3CAF3A
Tints of Fruit Salad #3CAF3A
RGB
CMYK
RGB Variations
Color information
#3CAF3A (or 0x3CAF3A) is known color: Fruit Salad. HEX triplet: 3C, AF and 3A. RGB value is (60,175,58). Sum of RGB (Red+Green+Blue) = 60+175+58=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 175 (68.75% from 255 or 59.73% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAF3A is #C350C5. Grayscale: #7F7F7F. Windows color (decimal): -12800198 or 3845948. OLE color: 3845948.
HSL color Cylindrical-coordinate representation of color #3CAF3A: hue angle of 118.97º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CAF3A is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 58 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.31 |
| HSL | 118.97º | 0.5% | 0.46% | - |
| HSV(B) | 118.97º | 0.67% | 0.69% | - |
| XYZ | 17.96 | 31.93 | 9.22 | - |
| YUV | 127.28 | 88.9 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 58 | 0.66 | 0 | 0.67 | 0.31 | 118.97 | 0.5 | 0.46 |
| Hex | 3C | AF | 3A | 42 | 0 | 43 | 1F | 77 | 32 | 2E |
| Octal | 74 | 257 | 72 | 102 | 0 | 103 | 37 | 167 | 62 | 56 |
| Binary | 111100 | 10101111 | 111010 | 1000010 | 0 | 1000011 | 11111 | 1110111 | 110010 | 101110 |
Color Harmonies of #3CAF3A
Complementary color
Monochromatic Colors of #3CAF3A
Black with #3CAF3A
Text Example
Text Example
White with #3CAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF3A; }
p { color: rgb(60,175,58); }
H1.HeaderClassName
{
color: #3CAF3A;
}
.AnyTagClassName
{
color: #3CAF3A;
}
</style>
background-color css
<style>
a { background-color: #3CAF3A; }
a { background-color: rgb(60,175,58); }
div.DivClassName
{
background-color: #3CAF3A;
}
.BgClassName
{
background-color: #3CAF3A;
}
</style>
border-color css
<style>
span { border-color: #3CAF3A; }
span { border-color: rgb(60,175,58); }
td.TdClassName
{
border-color: #3CAF3A;
}
.TagClassName
{
border-color: #3CAF3A;
}
</style>