Shades of Fruit Salad #3AAA41
Tints of Fruit Salad #3AAA41
RGB
CMYK
RGB Variations
Color information
#3AAA41 (or 0x3AAA41) is known color: Fruit Salad. HEX triplet: 3A, AA and 41. RGB value is (58,170,65). Sum of RGB (Red+Green+Blue) = 58+170+65=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA41 is #C555BE. Grayscale: #7C7C7C. Windows color (decimal): -12932543 or 4303418. OLE color: 4303418.
HSL color Cylindrical-coordinate representation of color #3AAA41: hue angle of 123.75º 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 #3AAA41 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 65 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.33 |
| HSL | 123.75º | 0.49% | 0.45% | - |
| HSV(B) | 123.75º | 0.66% | 0.67% | - |
| XYZ | 17.07 | 30.03 | 9.9 | - |
| YUV | 124.54 | 94.39 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 65 | 0.66 | 0 | 0.62 | 0.33 | 123.75 | 0.49 | 0.45 |
| Hex | 3A | AA | 41 | 42 | 0 | 3E | 21 | 7C | 31 | 2D |
| Octal | 72 | 252 | 101 | 102 | 0 | 76 | 41 | 174 | 61 | 55 |
| Binary | 111010 | 10101010 | 1000001 | 1000010 | 0 | 111110 | 100001 | 1111100 | 110001 | 101101 |
Color Harmonies of #3AAA41
Complementary color
Monochromatic Colors of #3AAA41
Black with #3AAA41
Text Example
Text Example
White with #3AAA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA41; }
p { color: rgb(58,170,65); }
H1.HeaderClassName
{
color: #3AAA41;
}
.AnyTagClassName
{
color: #3AAA41;
}
</style>
background-color css
<style>
a { background-color: #3AAA41; }
a { background-color: rgb(58,170,65); }
div.DivClassName
{
background-color: #3AAA41;
}
.BgClassName
{
background-color: #3AAA41;
}
</style>
border-color css
<style>
span { border-color: #3AAA41; }
span { border-color: rgb(58,170,65); }
td.TdClassName
{
border-color: #3AAA41;
}
.TagClassName
{
border-color: #3AAA41;
}
</style>