Shades of Fruit Salad #3AA342
Tints of Fruit Salad #3AA342
RGB
CMYK
RGB Variations
Color information
#3AA342 (or 0x3AA342) is known color: Fruit Salad. HEX triplet: 3A, A3 and 42. RGB value is (58,163,66). Sum of RGB (Red+Green+Blue) = 58+163+66=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 163 (64.06% from 255 or 56.79% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 163 - color contains mainly: green. Hex color #3AA342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA342 is #C55CBD. Grayscale: #787878. Windows color (decimal): -12934334 or 4367162. OLE color: 4367162.
HSL color Cylindrical-coordinate representation of color #3AA342: hue angle of 124.57º 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 #3AA342 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 163 | 66 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.36 |
| HSL | 124.57º | 0.48% | 0.43% | - |
| HSV(B) | 124.57º | 0.64% | 0.64% | - |
| XYZ | 15.83 | 27.49 | 9.63 | - |
| YUV | 120.55 | 97.21 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 163 | 66 | 0.64 | 0 | 0.60 | 0.36 | 124.57 | 0.48 | 0.43 |
| Hex | 3A | A3 | 42 | 40 | 0 | 3C | 24 | 7D | 30 | 2B |
| Octal | 72 | 243 | 102 | 100 | 0 | 74 | 44 | 175 | 60 | 53 |
| Binary | 111010 | 10100011 | 1000010 | 1000000 | 0 | 111100 | 100100 | 1111101 | 110000 | 101011 |
Color Harmonies of #3AA342
Complementary color
Monochromatic Colors of #3AA342
Black with #3AA342
Text Example
Text Example
White with #3AA342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA342; }
p { color: rgb(58,163,66); }
H1.HeaderClassName
{
color: #3AA342;
}
.AnyTagClassName
{
color: #3AA342;
}
</style>
background-color css
<style>
a { background-color: #3AA342; }
a { background-color: rgb(58,163,66); }
div.DivClassName
{
background-color: #3AA342;
}
.BgClassName
{
background-color: #3AA342;
}
</style>
border-color css
<style>
span { border-color: #3AA342; }
span { border-color: rgb(58,163,66); }
td.TdClassName
{
border-color: #3AA342;
}
.TagClassName
{
border-color: #3AA342;
}
</style>