Shades of Fruit Salad #3A9F39
Tints of Fruit Salad #3A9F39
RGB
CMYK
RGB Variations
Color information
#3A9F39 (or 0x3A9F39) is known color: Fruit Salad. HEX triplet: 3A, 9F and 39. RGB value is (58,159,57). Sum of RGB (Red+Green+Blue) = 58+159+57=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 159 (62.5% from 255 or 58.03% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 159 - color contains mainly: green. Hex color #3A9F39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9F39 is #C560C6. Grayscale: #757575. Windows color (decimal): -12935367 or 3776314. OLE color: 3776314.
HSL color Cylindrical-coordinate representation of color #3A9F39: hue angle of 119.41º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A9F39 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 159 | 57 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.38 |
| HSL | 119.41º | 0.47% | 0.42% | - |
| HSV(B) | 119.41º | 0.64% | 0.62% | - |
| XYZ | 14.88 | 25.99 | 8.1 | - |
| YUV | 117.17 | 94.04 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 159 | 57 | 0.64 | 0 | 0.64 | 0.38 | 119.41 | 0.47 | 0.42 |
| Hex | 3A | 9F | 39 | 40 | 0 | 40 | 26 | 77 | 2F | 2A |
| Octal | 72 | 237 | 71 | 100 | 0 | 100 | 46 | 167 | 57 | 52 |
| Binary | 111010 | 10011111 | 111001 | 1000000 | 0 | 1000000 | 100110 | 1110111 | 101111 | 101010 |
Color Harmonies of #3A9F39
Complementary color
Monochromatic Colors of #3A9F39
Black with #3A9F39
Text Example
Text Example
White with #3A9F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9F39; }
p { color: rgb(58,159,57); }
H1.HeaderClassName
{
color: #3A9F39;
}
.AnyTagClassName
{
color: #3A9F39;
}
</style>
background-color css
<style>
a { background-color: #3A9F39; }
a { background-color: rgb(58,159,57); }
div.DivClassName
{
background-color: #3A9F39;
}
.BgClassName
{
background-color: #3A9F39;
}
</style>
border-color css
<style>
span { border-color: #3A9F39; }
span { border-color: rgb(58,159,57); }
td.TdClassName
{
border-color: #3A9F39;
}
.TagClassName
{
border-color: #3A9F39;
}
</style>