Shades of Fruit Salad #4AAD3B
Tints of Fruit Salad #4AAD3B
RGB
CMYK
RGB Variations
Color information
#4AAD3B (or 0x4AAD3B) is known color: Fruit Salad. HEX triplet: 4A, AD and 3B. RGB value is (74,173,59). Sum of RGB (Red+Green+Blue) = 74+173+59=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #4AAD3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAD3B is #B552C4. Grayscale: #828282. Windows color (decimal): -11883205 or 3910986. OLE color: 3910986.
HSL color Cylindrical-coordinate representation of color #4AAD3B: hue angle of 112.11º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AAD3B is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 173 | 59 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.32 |
| HSL | 112.11º | 0.49% | 0.45% | - |
| HSV(B) | 112.11º | 0.66% | 0.68% | - |
| XYZ | 18.56 | 31.66 | 9.27 | - |
| YUV | 130.4 | 87.7 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 59 | 0.57 | 0 | 0.66 | 0.32 | 112.11 | 0.49 | 0.45 |
| Hex | 4A | AD | 3B | 39 | 0 | 42 | 20 | 70 | 31 | 2D |
| Octal | 112 | 255 | 73 | 71 | 0 | 102 | 40 | 160 | 61 | 55 |
| Binary | 1001010 | 10101101 | 111011 | 111001 | 0 | 1000010 | 100000 | 1110000 | 110001 | 101101 |
Color Harmonies of #4AAD3B
Complementary color
Monochromatic Colors of #4AAD3B
Black with #4AAD3B
Text Example
Text Example
White with #4AAD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAD3B; }
p { color: rgb(74,173,59); }
H1.HeaderClassName
{
color: #4AAD3B;
}
.AnyTagClassName
{
color: #4AAD3B;
}
</style>
background-color css
<style>
a { background-color: #4AAD3B; }
a { background-color: rgb(74,173,59); }
div.DivClassName
{
background-color: #4AAD3B;
}
.BgClassName
{
background-color: #4AAD3B;
}
</style>
border-color css
<style>
span { border-color: #4AAD3B; }
span { border-color: rgb(74,173,59); }
td.TdClassName
{
border-color: #4AAD3B;
}
.TagClassName
{
border-color: #4AAD3B;
}
</style>