Shades of Fruit Salad #4A8E4B
Tints of Fruit Salad #4A8E4B
RGB
CMYK
RGB Variations
Color information
#4A8E4B (or 0x4A8E4B) is known color: Fruit Salad. HEX triplet: 4A, 8E and 4B. RGB value is (74,142,75). Sum of RGB (Red+Green+Blue) = 74+142+75=291 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.43% from 291); Green value is 142 (55.86% from 255 or 48.80% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 142 - color contains mainly: green. Hex color #4A8E4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8E4B is #B571B4. Grayscale: #727272. Windows color (decimal): -11891125 or 4951626. OLE color: 4951626.
HSL color Cylindrical-coordinate representation of color #4A8E4B: hue angle of 120.88º 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 #4A8E4B is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 142 | 75 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.44 |
| HSL | 120.88º | 0.31% | 0.42% | - |
| HSV(B) | 120.88º | 0.48% | 0.56% | - |
| XYZ | 13.77 | 21.31 | 10.04 | - |
| YUV | 114.03 | 105.97 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 142 | 75 | 0.48 | 0 | 0.47 | 0.44 | 120.88 | 0.31 | 0.42 |
| Hex | 4A | 8E | 4B | 30 | 0 | 2F | 2C | 79 | 1F | 2A |
| Octal | 112 | 216 | 113 | 60 | 0 | 57 | 54 | 171 | 37 | 52 |
| Binary | 1001010 | 10001110 | 1001011 | 110000 | 0 | 101111 | 101100 | 1111001 | 11111 | 101010 |
Color Harmonies of #4A8E4B
Complementary color
Monochromatic Colors of #4A8E4B
Black with #4A8E4B
Text Example
Text Example
White with #4A8E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8E4B; }
p { color: rgb(74,142,75); }
H1.HeaderClassName
{
color: #4A8E4B;
}
.AnyTagClassName
{
color: #4A8E4B;
}
</style>
background-color css
<style>
a { background-color: #4A8E4B; }
a { background-color: rgb(74,142,75); }
div.DivClassName
{
background-color: #4A8E4B;
}
.BgClassName
{
background-color: #4A8E4B;
}
</style>
border-color css
<style>
span { border-color: #4A8E4B; }
span { border-color: rgb(74,142,75); }
td.TdClassName
{
border-color: #4A8E4B;
}
.TagClassName
{
border-color: #4A8E4B;
}
</style>