Shades of Fruit Salad #3A9939
Tints of Fruit Salad #3A9939
RGB
CMYK
RGB Variations
Color information
#3A9939 (or 0x3A9939) is known color: Fruit Salad. HEX triplet: 3A, 99 and 39. RGB value is (58,153,57). Sum of RGB (Red+Green+Blue) = 58+153+57=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #3A9939 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9939 is #C566C6. Grayscale: #717171. Windows color (decimal): -12936903 or 3774778. OLE color: 3774778.
HSL color Cylindrical-coordinate representation of color #3A9939: hue angle of 119.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A9939 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 58 | 153 | 57 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.4 |
| HSL | 119.38º | 0.46% | 0.41% | - |
| HSV(B) | 119.38º | 0.63% | 0.6% | - |
| XYZ | 13.87 | 23.98 | 7.77 | - |
| YUV | 113.65 | 96.03 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 153 | 57 | 0.62 | 0 | 0.63 | 0.4 | 119.38 | 0.46 | 0.41 |
| Hex | 3A | 99 | 39 | 3E | 0 | 3F | 28 | 77 | 2E | 29 |
| Octal | 72 | 231 | 71 | 76 | 0 | 77 | 50 | 167 | 56 | 51 |
| Binary | 111010 | 10011001 | 111001 | 111110 | 0 | 111111 | 101000 | 1110111 | 101110 | 101001 |
Color Harmonies of #3A9939
Complementary color
Monochromatic Colors of #3A9939
Black with #3A9939
Text Example
Text Example
White with #3A9939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9939; }
p { color: rgb(58,153,57); }
H1.HeaderClassName
{
color: #3A9939;
}
.AnyTagClassName
{
color: #3A9939;
}
</style>
background-color css
<style>
a { background-color: #3A9939; }
a { background-color: rgb(58,153,57); }
div.DivClassName
{
background-color: #3A9939;
}
.BgClassName
{
background-color: #3A9939;
}
</style>
border-color css
<style>
span { border-color: #3A9939; }
span { border-color: rgb(58,153,57); }
td.TdClassName
{
border-color: #3A9939;
}
.TagClassName
{
border-color: #3A9939;
}
</style>