Shades of Fruit Salad #4CAA3B
Tints of Fruit Salad #4CAA3B
RGB
CMYK
RGB Variations
Color information
#4CAA3B (or 0x4CAA3B) is known color: Fruit Salad. HEX triplet: 4C, AA and 3B. RGB value is (76,170,59). Sum of RGB (Red+Green+Blue) = 76+170+59=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAA3B is #B355C4. Grayscale: #818181. Windows color (decimal): -11752901 or 3910220. OLE color: 3910220.
HSL color Cylindrical-coordinate representation of color #4CAA3B: hue angle of 110.81º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CAA3B is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 170 | 59 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.33 |
| HSL | 110.81º | 0.48% | 0.45% | - |
| HSV(B) | 110.81º | 0.65% | 0.67% | - |
| XYZ | 18.14 | 30.6 | 9.09 | - |
| YUV | 129.24 | 88.36 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 59 | 0.55 | 0 | 0.65 | 0.33 | 110.81 | 0.48 | 0.45 |
| Hex | 4C | AA | 3B | 37 | 0 | 41 | 21 | 6F | 30 | 2D |
| Octal | 114 | 252 | 73 | 67 | 0 | 101 | 41 | 157 | 60 | 55 |
| Binary | 1001100 | 10101010 | 111011 | 110111 | 0 | 1000001 | 100001 | 1101111 | 110000 | 101101 |
Color Harmonies of #4CAA3B
Complementary color
Monochromatic Colors of #4CAA3B
Black with #4CAA3B
Text Example
Text Example
White with #4CAA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAA3B; }
p { color: rgb(76,170,59); }
H1.HeaderClassName
{
color: #4CAA3B;
}
.AnyTagClassName
{
color: #4CAA3B;
}
</style>
background-color css
<style>
a { background-color: #4CAA3B; }
a { background-color: rgb(76,170,59); }
div.DivClassName
{
background-color: #4CAA3B;
}
.BgClassName
{
background-color: #4CAA3B;
}
</style>
border-color css
<style>
span { border-color: #4CAA3B; }
span { border-color: rgb(76,170,59); }
td.TdClassName
{
border-color: #4CAA3B;
}
.TagClassName
{
border-color: #4CAA3B;
}
</style>