Shades of Fruit Salad #3AAA34
Tints of Fruit Salad #3AAA34
RGB
CMYK
RGB Variations
Color information
#3AAA34 (or 0x3AAA34) is known color: Fruit Salad. HEX triplet: 3A, AA and 34. RGB value is (58,170,52). Sum of RGB (Red+Green+Blue) = 58+170+52=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 170 (66.80% from 255 or 60.71% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA34 is #C555CB. Grayscale: #7B7B7B. Windows color (decimal): -12932556 or 3451450. OLE color: 3451450.
HSL color Cylindrical-coordinate representation of color #3AAA34: hue angle of 116.95º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AAA34 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 52 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.33 |
| HSL | 116.95º | 0.53% | 0.44% | - |
| HSV(B) | 116.95º | 0.69% | 0.67% | - |
| XYZ | 16.74 | 29.9 | 8.14 | - |
| YUV | 123.06 | 87.89 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 52 | 0.66 | 0 | 0.69 | 0.33 | 116.95 | 0.53 | 0.44 |
| Hex | 3A | AA | 34 | 42 | 0 | 45 | 21 | 75 | 35 | 2C |
| Octal | 72 | 252 | 64 | 102 | 0 | 105 | 41 | 165 | 65 | 54 |
| Binary | 111010 | 10101010 | 110100 | 1000010 | 0 | 1000101 | 100001 | 1110101 | 110101 | 101100 |
Color Harmonies of #3AAA34
Complementary color
Monochromatic Colors of #3AAA34
Black with #3AAA34
Text Example
Text Example
White with #3AAA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA34; }
p { color: rgb(58,170,52); }
H1.HeaderClassName
{
color: #3AAA34;
}
.AnyTagClassName
{
color: #3AAA34;
}
</style>
background-color css
<style>
a { background-color: #3AAA34; }
a { background-color: rgb(58,170,52); }
div.DivClassName
{
background-color: #3AAA34;
}
.BgClassName
{
background-color: #3AAA34;
}
</style>
border-color css
<style>
span { border-color: #3AAA34; }
span { border-color: rgb(58,170,52); }
td.TdClassName
{
border-color: #3AAA34;
}
.TagClassName
{
border-color: #3AAA34;
}
</style>