Shades of Fruit Salad #3AA240
Tints of Fruit Salad #3AA240
RGB
CMYK
RGB Variations
Color information
#3AA240 (or 0x3AA240) is known color: Fruit Salad. HEX triplet: 3A, A2 and 40. RGB value is (58,162,64). Sum of RGB (Red+Green+Blue) = 58+162+64=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 162 (63.67% from 255 or 57.04% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA240 is #C55DBF. Grayscale: #787878. Windows color (decimal): -12934592 or 4235834. OLE color: 4235834.
HSL color Cylindrical-coordinate representation of color #3AA240: hue angle of 123.46º 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 #3AA240 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 162 | 64 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.36 |
| HSL | 123.46º | 0.47% | 0.43% | - |
| HSV(B) | 123.46º | 0.64% | 0.64% | - |
| XYZ | 15.59 | 27.11 | 9.26 | - |
| YUV | 119.73 | 96.54 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 162 | 64 | 0.64 | 0 | 0.60 | 0.36 | 123.46 | 0.47 | 0.43 |
| Hex | 3A | A2 | 40 | 40 | 0 | 3C | 24 | 7B | 2F | 2B |
| Octal | 72 | 242 | 100 | 100 | 0 | 74 | 44 | 173 | 57 | 53 |
| Binary | 111010 | 10100010 | 1000000 | 1000000 | 0 | 111100 | 100100 | 1111011 | 101111 | 101011 |
Color Harmonies of #3AA240
Complementary color
Monochromatic Colors of #3AA240
Black with #3AA240
Text Example
Text Example
White with #3AA240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA240; }
p { color: rgb(58,162,64); }
H1.HeaderClassName
{
color: #3AA240;
}
.AnyTagClassName
{
color: #3AA240;
}
</style>
background-color css
<style>
a { background-color: #3AA240; }
a { background-color: rgb(58,162,64); }
div.DivClassName
{
background-color: #3AA240;
}
.BgClassName
{
background-color: #3AA240;
}
</style>
border-color css
<style>
span { border-color: #3AA240; }
span { border-color: rgb(58,162,64); }
td.TdClassName
{
border-color: #3AA240;
}
.TagClassName
{
border-color: #3AA240;
}
</style>