Shades of Fruit Salad #4AA23B
Tints of Fruit Salad #4AA23B
RGB
CMYK
RGB Variations
Color information
#4AA23B (or 0x4AA23B) is known color: Fruit Salad. HEX triplet: 4A, A2 and 3B. RGB value is (74,162,59). Sum of RGB (Red+Green+Blue) = 74+162+59=295 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25.08% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA23B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA23B is #B55DC4. Grayscale: #7C7C7C. Windows color (decimal): -11886021 or 3908170. OLE color: 3908170.
HSL color Cylindrical-coordinate representation of color #4AA23B: hue angle of 111.26º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AA23B is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 59 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.36 |
| HSL | 111.26º | 0.47% | 0.43% | - |
| HSV(B) | 111.26º | 0.64% | 0.64% | - |
| XYZ | 16.53 | 27.61 | 8.6 | - |
| YUV | 123.95 | 91.35 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 59 | 0.54 | 0 | 0.64 | 0.36 | 111.26 | 0.47 | 0.43 |
| Hex | 4A | A2 | 3B | 36 | 0 | 40 | 24 | 6F | 2F | 2B |
| Octal | 112 | 242 | 73 | 66 | 0 | 100 | 44 | 157 | 57 | 53 |
| Binary | 1001010 | 10100010 | 111011 | 110110 | 0 | 1000000 | 100100 | 1101111 | 101111 | 101011 |
Color Harmonies of #4AA23B
Complementary color
Monochromatic Colors of #4AA23B
Black with #4AA23B
Text Example
Text Example
White with #4AA23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA23B; }
p { color: rgb(74,162,59); }
H1.HeaderClassName
{
color: #4AA23B;
}
.AnyTagClassName
{
color: #4AA23B;
}
</style>
background-color css
<style>
a { background-color: #4AA23B; }
a { background-color: rgb(74,162,59); }
div.DivClassName
{
background-color: #4AA23B;
}
.BgClassName
{
background-color: #4AA23B;
}
</style>
border-color css
<style>
span { border-color: #4AA23B; }
span { border-color: rgb(74,162,59); }
td.TdClassName
{
border-color: #4AA23B;
}
.TagClassName
{
border-color: #4AA23B;
}
</style>