Shades of Fruit Salad #3AAA3E
Tints of Fruit Salad #3AAA3E
RGB
CMYK
RGB Variations
Color information
#3AAA3E (or 0x3AAA3E) is known color: Fruit Salad. HEX triplet: 3A, AA and 3E. RGB value is (58,170,62). Sum of RGB (Red+Green+Blue) = 58+170+62=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA3E is #C555C1. Grayscale: #7C7C7C. Windows color (decimal): -12932546 or 4106810. OLE color: 4106810.
HSL color Cylindrical-coordinate representation of color #3AAA3E: hue angle of 122.14º 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 #3AAA3E is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 62 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.33 |
| HSL | 122.14º | 0.49% | 0.45% | - |
| HSV(B) | 122.14º | 0.66% | 0.67% | - |
| XYZ | 16.99 | 30 | 9.45 | - |
| YUV | 124.2 | 92.89 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 62 | 0.66 | 0 | 0.64 | 0.33 | 122.14 | 0.49 | 0.45 |
| Hex | 3A | AA | 3E | 42 | 0 | 40 | 21 | 7A | 31 | 2D |
| Octal | 72 | 252 | 76 | 102 | 0 | 100 | 41 | 172 | 61 | 55 |
| Binary | 111010 | 10101010 | 111110 | 1000010 | 0 | 1000000 | 100001 | 1111010 | 110001 | 101101 |
Color Harmonies of #3AAA3E
Complementary color
Monochromatic Colors of #3AAA3E
Black with #3AAA3E
Text Example
Text Example
White with #3AAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA3E; }
p { color: rgb(58,170,62); }
H1.HeaderClassName
{
color: #3AAA3E;
}
.AnyTagClassName
{
color: #3AAA3E;
}
</style>
background-color css
<style>
a { background-color: #3AAA3E; }
a { background-color: rgb(58,170,62); }
div.DivClassName
{
background-color: #3AAA3E;
}
.BgClassName
{
background-color: #3AAA3E;
}
</style>
border-color css
<style>
span { border-color: #3AAA3E; }
span { border-color: rgb(58,170,62); }
td.TdClassName
{
border-color: #3AAA3E;
}
.TagClassName
{
border-color: #3AAA3E;
}
</style>