Shades of Fruit Salad #3AAA35
Tints of Fruit Salad #3AAA35
RGB
CMYK
RGB Variations
Color information
#3AAA35 (or 0x3AAA35) is known color: Fruit Salad. HEX triplet: 3A, AA and 35. RGB value is (58,170,53). Sum of RGB (Red+Green+Blue) = 58+170+53=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 170 (66.80% from 255 or 60.50% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA35 is #C555CA. Grayscale: #7B7B7B. Windows color (decimal): -12932555 or 3516986. OLE color: 3516986.
HSL color Cylindrical-coordinate representation of color #3AAA35: hue angle of 117.44º degrees, saturation: 0.52, 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 #3AAA35 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 53 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.33 |
| HSL | 117.44º | 0.52% | 0.44% | - |
| HSV(B) | 117.44º | 0.69% | 0.67% | - |
| XYZ | 16.76 | 29.91 | 8.26 | - |
| YUV | 123.17 | 88.39 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 53 | 0.66 | 0 | 0.69 | 0.33 | 117.44 | 0.52 | 0.44 |
| Hex | 3A | AA | 35 | 42 | 0 | 45 | 21 | 75 | 34 | 2C |
| Octal | 72 | 252 | 65 | 102 | 0 | 105 | 41 | 165 | 64 | 54 |
| Binary | 111010 | 10101010 | 110101 | 1000010 | 0 | 1000101 | 100001 | 1110101 | 110100 | 101100 |
Color Harmonies of #3AAA35
Complementary color
Monochromatic Colors of #3AAA35
Black with #3AAA35
Text Example
Text Example
White with #3AAA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA35; }
p { color: rgb(58,170,53); }
H1.HeaderClassName
{
color: #3AAA35;
}
.AnyTagClassName
{
color: #3AAA35;
}
</style>
background-color css
<style>
a { background-color: #3AAA35; }
a { background-color: rgb(58,170,53); }
div.DivClassName
{
background-color: #3AAA35;
}
.BgClassName
{
background-color: #3AAA35;
}
</style>
border-color css
<style>
span { border-color: #3AAA35; }
span { border-color: rgb(58,170,53); }
td.TdClassName
{
border-color: #3AAA35;
}
.TagClassName
{
border-color: #3AAA35;
}
</style>