Shades of Fruit Salad #4AB348
Tints of Fruit Salad #4AB348
RGB
CMYK
RGB Variations
Color information
#4AB348 (or 0x4AB348) is known color: Fruit Salad. HEX triplet: 4A, B3 and 48. RGB value is (74,179,72). Sum of RGB (Red+Green+Blue) = 74+179+72=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 179 (70.31% from 255 or 55.08% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB348 is #B54CB7. Grayscale: #878787. Windows color (decimal): -11881656 or 4764490. OLE color: 4764490.
HSL color Cylindrical-coordinate representation of color #4AB348: hue angle of 118.88º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB348 is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 179 | 72 | - |
| CMYK | 0.59 | 0 | 0.60 | 0.30 |
| HSL | 118.88º | 0.43% | 0.49% | - |
| HSV(B) | 118.88º | 0.6% | 0.7% | - |
| XYZ | 20.11 | 34.16 | 11.67 | - |
| YUV | 135.41 | 92.21 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 72 | 0.59 | 0 | 0.60 | 0.30 | 118.88 | 0.43 | 0.49 |
| Hex | 4A | B3 | 48 | 3B | 0 | 3C | 1E | 77 | 2B | 31 |
| Octal | 112 | 263 | 110 | 73 | 0 | 74 | 36 | 167 | 53 | 61 |
| Binary | 1001010 | 10110011 | 1001000 | 111011 | 0 | 111100 | 11110 | 1110111 | 101011 | 110001 |
Color Harmonies of #4AB348
Complementary color
Monochromatic Colors of #4AB348
Black with #4AB348
Text Example
Text Example
White with #4AB348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB348; }
p { color: rgb(74,179,72); }
H1.HeaderClassName
{
color: #4AB348;
}
.AnyTagClassName
{
color: #4AB348;
}
</style>
background-color css
<style>
a { background-color: #4AB348; }
a { background-color: rgb(74,179,72); }
div.DivClassName
{
background-color: #4AB348;
}
.BgClassName
{
background-color: #4AB348;
}
</style>
border-color css
<style>
span { border-color: #4AB348; }
span { border-color: rgb(74,179,72); }
td.TdClassName
{
border-color: #4AB348;
}
.TagClassName
{
border-color: #4AB348;
}
</style>