Shades of Fruit Salad #3AAA46
Tints of Fruit Salad #3AAA46
RGB
CMYK
RGB Variations
Color information
#3AAA46 (or 0x3AAA46) is known color: Fruit Salad. HEX triplet: 3A, AA and 46. RGB value is (58,170,70). Sum of RGB (Red+Green+Blue) = 58+170+70=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA46 is #C555B9. Grayscale: #7D7D7D. Windows color (decimal): -12932538 or 4631098. OLE color: 4631098.
HSL color Cylindrical-coordinate representation of color #3AAA46: hue angle of 126.43º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAA46 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 70 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.33 |
| HSL | 126.43º | 0.49% | 0.45% | - |
| HSV(B) | 126.43º | 0.66% | 0.67% | - |
| XYZ | 17.23 | 30.09 | 10.69 | - |
| YUV | 125.11 | 96.89 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 70 | 0.66 | 0 | 0.59 | 0.33 | 126.43 | 0.49 | 0.45 |
| Hex | 3A | AA | 46 | 42 | 0 | 3B | 21 | 7E | 31 | 2D |
| Octal | 72 | 252 | 106 | 102 | 0 | 73 | 41 | 176 | 61 | 55 |
| Binary | 111010 | 10101010 | 1000110 | 1000010 | 0 | 111011 | 100001 | 1111110 | 110001 | 101101 |
Color Harmonies of #3AAA46
Complementary color
Monochromatic Colors of #3AAA46
Black with #3AAA46
Text Example
Text Example
White with #3AAA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA46; }
p { color: rgb(58,170,70); }
H1.HeaderClassName
{
color: #3AAA46;
}
.AnyTagClassName
{
color: #3AAA46;
}
</style>
background-color css
<style>
a { background-color: #3AAA46; }
a { background-color: rgb(58,170,70); }
div.DivClassName
{
background-color: #3AAA46;
}
.BgClassName
{
background-color: #3AAA46;
}
</style>
border-color css
<style>
span { border-color: #3AAA46; }
span { border-color: rgb(58,170,70); }
td.TdClassName
{
border-color: #3AAA46;
}
.TagClassName
{
border-color: #3AAA46;
}
</style>