Shades of Fruit Salad #3A9941
Tints of Fruit Salad #3A9941
RGB
CMYK
RGB Variations
Color information
#3A9941 (or 0x3A9941) is known color: Fruit Salad. HEX triplet: 3A, 99 and 41. RGB value is (58,153,65). Sum of RGB (Red+Green+Blue) = 58+153+65=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #3A9941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9941 is #C566BE. Grayscale: #727272. Windows color (decimal): -12936895 or 4299066. OLE color: 4299066.
HSL color Cylindrical-coordinate representation of color #3A9941: hue angle of 124.42º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A9941 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 58 | 153 | 65 | - |
| CMYK | 0.62 | 0 | 0.58 | 0.4 |
| HSL | 124.42º | 0.45% | 0.41% | - |
| HSV(B) | 124.42º | 0.62% | 0.6% | - |
| XYZ | 14.09 | 24.06 | 8.9 | - |
| YUV | 114.56 | 100.03 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 153 | 65 | 0.62 | 0 | 0.58 | 0.4 | 124.42 | 0.45 | 0.41 |
| Hex | 3A | 99 | 41 | 3E | 0 | 3A | 28 | 7C | 2D | 29 |
| Octal | 72 | 231 | 101 | 76 | 0 | 72 | 50 | 174 | 55 | 51 |
| Binary | 111010 | 10011001 | 1000001 | 111110 | 0 | 111010 | 101000 | 1111100 | 101101 | 101001 |
Color Harmonies of #3A9941
Complementary color
Monochromatic Colors of #3A9941
Black with #3A9941
Text Example
Text Example
White with #3A9941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9941; }
p { color: rgb(58,153,65); }
H1.HeaderClassName
{
color: #3A9941;
}
.AnyTagClassName
{
color: #3A9941;
}
</style>
background-color css
<style>
a { background-color: #3A9941; }
a { background-color: rgb(58,153,65); }
div.DivClassName
{
background-color: #3A9941;
}
.BgClassName
{
background-color: #3A9941;
}
</style>
border-color css
<style>
span { border-color: #3A9941; }
span { border-color: rgb(58,153,65); }
td.TdClassName
{
border-color: #3A9941;
}
.TagClassName
{
border-color: #3A9941;
}
</style>