Shades of Fruit Salad #3AA348
Tints of Fruit Salad #3AA348
RGB
CMYK
RGB Variations
Color information
#3AA348 (or 0x3AA348) is known color: Fruit Salad. HEX triplet: 3A, A3 and 48. RGB value is (58,163,72). Sum of RGB (Red+Green+Blue) = 58+163+72=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 163 (64.06% from 255 or 55.63% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 163 - color contains mainly: green. Hex color #3AA348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA348 is #C55CB7. Grayscale: #797979. Windows color (decimal): -12934328 or 4760378. OLE color: 4760378.
HSL color Cylindrical-coordinate representation of color #3AA348: hue angle of 128º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA348 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 163 | 72 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.36 |
| HSL | 128º | 0.48% | 0.43% | - |
| HSV(B) | 128º | 0.64% | 0.64% | - |
| XYZ | 16.01 | 27.56 | 10.61 | - |
| YUV | 121.23 | 100.21 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 163 | 72 | 0.64 | 0 | 0.56 | 0.36 | 128 | 0.48 | 0.43 |
| Hex | 3A | A3 | 48 | 40 | 0 | 38 | 24 | 80 | 30 | 2B |
| Octal | 72 | 243 | 110 | 100 | 0 | 70 | 44 | 200 | 60 | 53 |
| Binary | 111010 | 10100011 | 1001000 | 1000000 | 0 | 111000 | 100100 | 10000000 | 110000 | 101011 |
Color Harmonies of #3AA348
Complementary color
Monochromatic Colors of #3AA348
Black with #3AA348
Text Example
Text Example
White with #3AA348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA348; }
p { color: rgb(58,163,72); }
H1.HeaderClassName
{
color: #3AA348;
}
.AnyTagClassName
{
color: #3AA348;
}
</style>
background-color css
<style>
a { background-color: #3AA348; }
a { background-color: rgb(58,163,72); }
div.DivClassName
{
background-color: #3AA348;
}
.BgClassName
{
background-color: #3AA348;
}
</style>
border-color css
<style>
span { border-color: #3AA348; }
span { border-color: rgb(58,163,72); }
td.TdClassName
{
border-color: #3AA348;
}
.TagClassName
{
border-color: #3AA348;
}
</style>