Shades of Fruit Salad #3AAA44
Tints of Fruit Salad #3AAA44
RGB
CMYK
RGB Variations
Color information
#3AAA44 (or 0x3AAA44) is known color: Fruit Salad. HEX triplet: 3A, AA and 44. RGB value is (58,170,68). Sum of RGB (Red+Green+Blue) = 58+170+68=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA44 is #C555BB. Grayscale: #7D7D7D. Windows color (decimal): -12932540 or 4500026. OLE color: 4500026.
HSL color Cylindrical-coordinate representation of color #3AAA44: hue angle of 125.36º 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 #3AAA44 is Cyan = 0.66, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 68 | - |
| CMYK | 0.66 | 0 | 0.6 | 0.33 |
| HSL | 125.36º | 0.49% | 0.45% | - |
| HSV(B) | 125.36º | 0.66% | 0.67% | - |
| XYZ | 17.16 | 30.07 | 10.37 | - |
| YUV | 124.88 | 95.89 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 68 | 0.66 | 0 | 0.6 | 0.33 | 125.36 | 0.49 | 0.45 |
| Hex | 3A | AA | 44 | 42 | 0 | 3C | 21 | 7D | 31 | 2D |
| Octal | 72 | 252 | 104 | 102 | 0 | 74 | 41 | 175 | 61 | 55 |
| Binary | 111010 | 10101010 | 1000100 | 1000010 | 0 | 111100 | 100001 | 1111101 | 110001 | 101101 |
Color Harmonies of #3AAA44
Complementary color
Monochromatic Colors of #3AAA44
Black with #3AAA44
Text Example
Text Example
White with #3AAA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA44; }
p { color: rgb(58,170,68); }
H1.HeaderClassName
{
color: #3AAA44;
}
.AnyTagClassName
{
color: #3AAA44;
}
</style>
background-color css
<style>
a { background-color: #3AAA44; }
a { background-color: rgb(58,170,68); }
div.DivClassName
{
background-color: #3AAA44;
}
.BgClassName
{
background-color: #3AAA44;
}
</style>
border-color css
<style>
span { border-color: #3AAA44; }
span { border-color: rgb(58,170,68); }
td.TdClassName
{
border-color: #3AAA44;
}
.TagClassName
{
border-color: #3AAA44;
}
</style>