Shades of Fruit Salad #4AAF3C
Tints of Fruit Salad #4AAF3C
RGB
CMYK
RGB Variations
Color information
#4AAF3C (or 0x4AAF3C) is known color: Fruit Salad. HEX triplet: 4A, AF and 3C. RGB value is (74,175,60). Sum of RGB (Red+Green+Blue) = 74+175+60=309 (40% of max value = 765). Red value is 74 (29.30% from 255 or 23.95% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAF3C is #B550C3. Grayscale: #848484. Windows color (decimal): -11882692 or 3977034. OLE color: 3977034.
HSL color Cylindrical-coordinate representation of color #4AAF3C: hue angle of 112.7º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AAF3C is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 175 | 60 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.31 |
| HSL | 112.7º | 0.49% | 0.46% | - |
| HSV(B) | 112.7º | 0.66% | 0.69% | - |
| XYZ | 18.97 | 32.44 | 9.54 | - |
| YUV | 131.69 | 87.54 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 60 | 0.58 | 0 | 0.66 | 0.31 | 112.7 | 0.49 | 0.46 |
| Hex | 4A | AF | 3C | 3A | 0 | 42 | 1F | 71 | 31 | 2E |
| Octal | 112 | 257 | 74 | 72 | 0 | 102 | 37 | 161 | 61 | 56 |
| Binary | 1001010 | 10101111 | 111100 | 111010 | 0 | 1000010 | 11111 | 1110001 | 110001 | 101110 |
Color Harmonies of #4AAF3C
Complementary color
Monochromatic Colors of #4AAF3C
Black with #4AAF3C
Text Example
Text Example
White with #4AAF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAF3C; }
p { color: rgb(74,175,60); }
H1.HeaderClassName
{
color: #4AAF3C;
}
.AnyTagClassName
{
color: #4AAF3C;
}
</style>
background-color css
<style>
a { background-color: #4AAF3C; }
a { background-color: rgb(74,175,60); }
div.DivClassName
{
background-color: #4AAF3C;
}
.BgClassName
{
background-color: #4AAF3C;
}
</style>
border-color css
<style>
span { border-color: #4AAF3C; }
span { border-color: rgb(74,175,60); }
td.TdClassName
{
border-color: #4AAF3C;
}
.TagClassName
{
border-color: #4AAF3C;
}
</style>