Shades of Fruit Salad #4AAB3E
Tints of Fruit Salad #4AAB3E
RGB
CMYK
RGB Variations
Color information
#4AAB3E (or 0x4AAB3E) is known color: Fruit Salad. HEX triplet: 4A, AB and 3E. RGB value is (74,171,62). Sum of RGB (Red+Green+Blue) = 74+171+62=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #4AAB3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAB3E is #B554C1. Grayscale: #818181. Windows color (decimal): -11883714 or 4107082. OLE color: 4107082.
HSL color Cylindrical-coordinate representation of color #4AAB3E: hue angle of 113.39º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AAB3E is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 171 | 62 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.33 |
| HSL | 113.39º | 0.47% | 0.46% | - |
| HSV(B) | 113.39º | 0.64% | 0.67% | - |
| XYZ | 18.26 | 30.93 | 9.57 | - |
| YUV | 129.57 | 89.86 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 171 | 62 | 0.57 | 0 | 0.64 | 0.33 | 113.39 | 0.47 | 0.46 |
| Hex | 4A | AB | 3E | 39 | 0 | 40 | 21 | 71 | 2F | 2E |
| Octal | 112 | 253 | 76 | 71 | 0 | 100 | 41 | 161 | 57 | 56 |
| Binary | 1001010 | 10101011 | 111110 | 111001 | 0 | 1000000 | 100001 | 1110001 | 101111 | 101110 |
Color Harmonies of #4AAB3E
Complementary color
Monochromatic Colors of #4AAB3E
Black with #4AAB3E
Text Example
Text Example
White with #4AAB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAB3E; }
p { color: rgb(74,171,62); }
H1.HeaderClassName
{
color: #4AAB3E;
}
.AnyTagClassName
{
color: #4AAB3E;
}
</style>
background-color css
<style>
a { background-color: #4AAB3E; }
a { background-color: rgb(74,171,62); }
div.DivClassName
{
background-color: #4AAB3E;
}
.BgClassName
{
background-color: #4AAB3E;
}
</style>
border-color css
<style>
span { border-color: #4AAB3E; }
span { border-color: rgb(74,171,62); }
td.TdClassName
{
border-color: #4AAB3E;
}
.TagClassName
{
border-color: #4AAB3E;
}
</style>