Shades of Fruit Salad #4A8E4F
Tints of Fruit Salad #4A8E4F
RGB
CMYK
RGB Variations
Color information
#4A8E4F (or 0x4A8E4F) is known color: Fruit Salad. HEX triplet: 4A, 8E and 4F. RGB value is (74,142,79). Sum of RGB (Red+Green+Blue) = 74+142+79=295 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25.08% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 142 - color contains mainly: green. Hex color #4A8E4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8E4F is #B571B0. Grayscale: #727272. Windows color (decimal): -11891121 or 5213770. OLE color: 5213770.
HSL color Cylindrical-coordinate representation of color #4A8E4F: hue angle of 124.41º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8E4F is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 142 | 79 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.44 |
| HSL | 124.41º | 0.31% | 0.42% | - |
| HSV(B) | 124.41º | 0.48% | 0.56% | - |
| XYZ | 13.91 | 21.37 | 10.79 | - |
| YUV | 114.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 142 | 79 | 0.48 | 0 | 0.44 | 0.44 | 124.41 | 0.31 | 0.42 |
| Hex | 4A | 8E | 4F | 30 | 0 | 2C | 2C | 7C | 1F | 2A |
| Octal | 112 | 216 | 117 | 60 | 0 | 54 | 54 | 174 | 37 | 52 |
| Binary | 1001010 | 10001110 | 1001111 | 110000 | 0 | 101100 | 101100 | 1111100 | 11111 | 101010 |
Color Harmonies of #4A8E4F
Complementary color
Monochromatic Colors of #4A8E4F
Black with #4A8E4F
Text Example
Text Example
White with #4A8E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8E4F; }
p { color: rgb(74,142,79); }
H1.HeaderClassName
{
color: #4A8E4F;
}
.AnyTagClassName
{
color: #4A8E4F;
}
</style>
background-color css
<style>
a { background-color: #4A8E4F; }
a { background-color: rgb(74,142,79); }
div.DivClassName
{
background-color: #4A8E4F;
}
.BgClassName
{
background-color: #4A8E4F;
}
</style>
border-color css
<style>
span { border-color: #4A8E4F; }
span { border-color: rgb(74,142,79); }
td.TdClassName
{
border-color: #4A8E4F;
}
.TagClassName
{
border-color: #4A8E4F;
}
</style>