Shades of Fruit Salad #4AA838
Tints of Fruit Salad #4AA838
RGB
CMYK
RGB Variations
Color information
#4AA838 (or 0x4AA838) is known color: Fruit Salad. HEX triplet: 4A, A8 and 38. RGB value is (74,168,56). Sum of RGB (Red+Green+Blue) = 74+168+56=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 168 (66.02% from 255 or 56.38% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 168 - color contains mainly: green. Hex color #4AA838 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA838 is #B557C7. Grayscale: #7F7F7F. Windows color (decimal): -11884488 or 3713098. OLE color: 3713098.
HSL color Cylindrical-coordinate representation of color #4AA838: hue angle of 110.36º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AA838 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 74 | 168 | 56 | - |
| CMYK | 0.56 | 0 | 0.67 | 0.34 |
| HSL | 110.36º | 0.5% | 0.44% | - |
| HSV(B) | 110.36º | 0.67% | 0.66% | - |
| XYZ | 17.54 | 29.75 | 8.56 | - |
| YUV | 127.13 | 87.86 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 168 | 56 | 0.56 | 0 | 0.67 | 0.34 | 110.36 | 0.5 | 0.44 |
| Hex | 4A | A8 | 38 | 38 | 0 | 43 | 22 | 6E | 32 | 2C |
| Octal | 112 | 250 | 70 | 70 | 0 | 103 | 42 | 156 | 62 | 54 |
| Binary | 1001010 | 10101000 | 111000 | 111000 | 0 | 1000011 | 100010 | 1101110 | 110010 | 101100 |
Color Harmonies of #4AA838
Complementary color
Monochromatic Colors of #4AA838
Black with #4AA838
Text Example
Text Example
White with #4AA838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA838; }
p { color: rgb(74,168,56); }
H1.HeaderClassName
{
color: #4AA838;
}
.AnyTagClassName
{
color: #4AA838;
}
</style>
background-color css
<style>
a { background-color: #4AA838; }
a { background-color: rgb(74,168,56); }
div.DivClassName
{
background-color: #4AA838;
}
.BgClassName
{
background-color: #4AA838;
}
</style>
border-color css
<style>
span { border-color: #4AA838; }
span { border-color: rgb(74,168,56); }
td.TdClassName
{
border-color: #4AA838;
}
.TagClassName
{
border-color: #4AA838;
}
</style>