Shades of Fruit Salad #4AA33C
Tints of Fruit Salad #4AA33C
RGB
CMYK
RGB Variations
Color information
#4AA33C (or 0x4AA33C) is known color: Fruit Salad. HEX triplet: 4A, A3 and 3C. RGB value is (74,163,60). Sum of RGB (Red+Green+Blue) = 74+163+60=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #4AA33C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA33C is #B55CC3. Grayscale: #7C7C7C. Windows color (decimal): -11885764 or 3973962. OLE color: 3973962.
HSL color Cylindrical-coordinate representation of color #4AA33C: hue angle of 111.84º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AA33C is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 163 | 60 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.36 |
| HSL | 111.84º | 0.46% | 0.44% | - |
| HSV(B) | 111.84º | 0.63% | 0.64% | - |
| XYZ | 16.74 | 27.98 | 8.79 | - |
| YUV | 124.65 | 91.51 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 163 | 60 | 0.55 | 0 | 0.63 | 0.36 | 111.84 | 0.46 | 0.44 |
| Hex | 4A | A3 | 3C | 37 | 0 | 3F | 24 | 70 | 2E | 2C |
| Octal | 112 | 243 | 74 | 67 | 0 | 77 | 44 | 160 | 56 | 54 |
| Binary | 1001010 | 10100011 | 111100 | 110111 | 0 | 111111 | 100100 | 1110000 | 101110 | 101100 |
Color Harmonies of #4AA33C
Complementary color
Monochromatic Colors of #4AA33C
Black with #4AA33C
Text Example
Text Example
White with #4AA33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA33C; }
p { color: rgb(74,163,60); }
H1.HeaderClassName
{
color: #4AA33C;
}
.AnyTagClassName
{
color: #4AA33C;
}
</style>
background-color css
<style>
a { background-color: #4AA33C; }
a { background-color: rgb(74,163,60); }
div.DivClassName
{
background-color: #4AA33C;
}
.BgClassName
{
background-color: #4AA33C;
}
</style>
border-color css
<style>
span { border-color: #4AA33C; }
span { border-color: rgb(74,163,60); }
td.TdClassName
{
border-color: #4AA33C;
}
.TagClassName
{
border-color: #4AA33C;
}
</style>