Shades of Fruit Salad #4AA34A
Tints of Fruit Salad #4AA34A
RGB
CMYK
RGB Variations
Color information
#4AA34A (or 0x4AA34A) is known color: Fruit Salad. HEX triplet: 4A, A3 and 4A. RGB value is (74,163,74). Sum of RGB (Red+Green+Blue) = 74+163+74=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 163 (64.06% from 255 or 52.41% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 163 - color contains mainly: green. Hex color #4AA34A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA34A is #B55CB5. Grayscale: #7E7E7E. Windows color (decimal): -11885750 or 4891466. OLE color: 4891466.
HSL color Cylindrical-coordinate representation of color #4AA34A: hue angle of 120º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA34A is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 163 | 74 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.36 |
| HSL | 120º | 0.38% | 0.46% | - |
| HSV(B) | 120º | 0.55% | 0.64% | - |
| XYZ | 17.16 | 28.14 | 11.01 | - |
| YUV | 126.24 | 98.51 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 163 | 74 | 0.55 | 0 | 0.55 | 0.36 | 120 | 0.38 | 0.46 |
| Hex | 4A | A3 | 4A | 37 | 0 | 37 | 24 | 78 | 26 | 2E |
| Octal | 112 | 243 | 112 | 67 | 0 | 67 | 44 | 170 | 46 | 56 |
| Binary | 1001010 | 10100011 | 1001010 | 110111 | 0 | 110111 | 100100 | 1111000 | 100110 | 101110 |
Color Harmonies of #4AA34A
Complementary color
Monochromatic Colors of #4AA34A
Black with #4AA34A
Text Example
Text Example
White with #4AA34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA34A; }
p { color: rgb(74,163,74); }
H1.HeaderClassName
{
color: #4AA34A;
}
.AnyTagClassName
{
color: #4AA34A;
}
</style>
background-color css
<style>
a { background-color: #4AA34A; }
a { background-color: rgb(74,163,74); }
div.DivClassName
{
background-color: #4AA34A;
}
.BgClassName
{
background-color: #4AA34A;
}
</style>
border-color css
<style>
span { border-color: #4AA34A; }
span { border-color: rgb(74,163,74); }
td.TdClassName
{
border-color: #4AA34A;
}
.TagClassName
{
border-color: #4AA34A;
}
</style>