Shades of Fruit Salad #3AAA37
Tints of Fruit Salad #3AAA37
RGB
CMYK
RGB Variations
Color information
#3AAA37 (or 0x3AAA37) is known color: Fruit Salad. HEX triplet: 3A, AA and 37. RGB value is (58,170,55). Sum of RGB (Red+Green+Blue) = 58+170+55=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 170 (66.80% from 255 or 60.07% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA37 is #C555C8. Grayscale: #7B7B7B. Windows color (decimal): -12932553 or 3648058. OLE color: 3648058.
HSL color Cylindrical-coordinate representation of color #3AAA37: hue angle of 118.43º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AAA37 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 55 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.33 |
| HSL | 118.43º | 0.51% | 0.44% | - |
| HSV(B) | 118.43º | 0.68% | 0.67% | - |
| XYZ | 16.81 | 29.92 | 8.5 | - |
| YUV | 123.4 | 89.39 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 55 | 0.66 | 0 | 0.68 | 0.33 | 118.43 | 0.51 | 0.44 |
| Hex | 3A | AA | 37 | 42 | 0 | 44 | 21 | 76 | 33 | 2C |
| Octal | 72 | 252 | 67 | 102 | 0 | 104 | 41 | 166 | 63 | 54 |
| Binary | 111010 | 10101010 | 110111 | 1000010 | 0 | 1000100 | 100001 | 1110110 | 110011 | 101100 |
Color Harmonies of #3AAA37
Complementary color
Monochromatic Colors of #3AAA37
Black with #3AAA37
Text Example
Text Example
White with #3AAA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA37; }
p { color: rgb(58,170,55); }
H1.HeaderClassName
{
color: #3AAA37;
}
.AnyTagClassName
{
color: #3AAA37;
}
</style>
background-color css
<style>
a { background-color: #3AAA37; }
a { background-color: rgb(58,170,55); }
div.DivClassName
{
background-color: #3AAA37;
}
.BgClassName
{
background-color: #3AAA37;
}
</style>
border-color css
<style>
span { border-color: #3AAA37; }
span { border-color: rgb(58,170,55); }
td.TdClassName
{
border-color: #3AAA37;
}
.TagClassName
{
border-color: #3AAA37;
}
</style>