Shades of Fruit Salad #3AA934
Tints of Fruit Salad #3AA934
RGB
CMYK
RGB Variations
Color information
#3AA934 (or 0x3AA934) is known color: Fruit Salad. HEX triplet: 3A, A9 and 34. RGB value is (58,169,52). Sum of RGB (Red+Green+Blue) = 58+169+52=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 169 (66.41% from 255 or 60.57% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 169 - color contains mainly: green. Hex color #3AA934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA934 is #C556CB. Grayscale: #7A7A7A. Windows color (decimal): -12932812 or 3451194. OLE color: 3451194.
HSL color Cylindrical-coordinate representation of color #3AA934: hue angle of 116.92º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AA934 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 58 | 169 | 52 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.34 |
| HSL | 116.92º | 0.53% | 0.43% | - |
| HSV(B) | 116.92º | 0.69% | 0.66% | - |
| XYZ | 16.55 | 29.52 | 8.07 | - |
| YUV | 122.47 | 88.23 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 169 | 52 | 0.66 | 0 | 0.69 | 0.34 | 116.92 | 0.53 | 0.43 |
| Hex | 3A | A9 | 34 | 42 | 0 | 45 | 22 | 75 | 35 | 2B |
| Octal | 72 | 251 | 64 | 102 | 0 | 105 | 42 | 165 | 65 | 53 |
| Binary | 111010 | 10101001 | 110100 | 1000010 | 0 | 1000101 | 100010 | 1110101 | 110101 | 101011 |
Color Harmonies of #3AA934
Complementary color
Monochromatic Colors of #3AA934
Black with #3AA934
Text Example
Text Example
White with #3AA934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA934; }
p { color: rgb(58,169,52); }
H1.HeaderClassName
{
color: #3AA934;
}
.AnyTagClassName
{
color: #3AA934;
}
</style>
background-color css
<style>
a { background-color: #3AA934; }
a { background-color: rgb(58,169,52); }
div.DivClassName
{
background-color: #3AA934;
}
.BgClassName
{
background-color: #3AA934;
}
</style>
border-color css
<style>
span { border-color: #3AA934; }
span { border-color: rgb(58,169,52); }
td.TdClassName
{
border-color: #3AA934;
}
.TagClassName
{
border-color: #3AA934;
}
</style>