Shades of Fruit Salad #3BA938
Tints of Fruit Salad #3BA938
RGB
CMYK
RGB Variations
Color information
#3BA938 (or 0x3BA938) is known color: Fruit Salad. HEX triplet: 3B, A9 and 38. RGB value is (59,169,56). Sum of RGB (Red+Green+Blue) = 59+169+56=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 169 (66.41% from 255 or 59.51% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 169 - color contains mainly: green. Hex color #3BA938 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA938 is #C456C7. Grayscale: #7B7B7B. Windows color (decimal): -12867272 or 3713339. OLE color: 3713339.
HSL color Cylindrical-coordinate representation of color #3BA938: hue angle of 118.41º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BA938 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 59 | 169 | 56 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.34 |
| HSL | 118.41º | 0.5% | 0.44% | - |
| HSV(B) | 118.41º | 0.67% | 0.66% | - |
| XYZ | 16.71 | 29.59 | 8.57 | - |
| YUV | 123.23 | 90.06 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 169 | 56 | 0.65 | 0 | 0.67 | 0.34 | 118.41 | 0.5 | 0.44 |
| Hex | 3B | A9 | 38 | 41 | 0 | 43 | 22 | 76 | 32 | 2C |
| Octal | 73 | 251 | 70 | 101 | 0 | 103 | 42 | 166 | 62 | 54 |
| Binary | 111011 | 10101001 | 111000 | 1000001 | 0 | 1000011 | 100010 | 1110110 | 110010 | 101100 |
Color Harmonies of #3BA938
Complementary color
Monochromatic Colors of #3BA938
Black with #3BA938
Text Example
Text Example
White with #3BA938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA938; }
p { color: rgb(59,169,56); }
H1.HeaderClassName
{
color: #3BA938;
}
.AnyTagClassName
{
color: #3BA938;
}
</style>
background-color css
<style>
a { background-color: #3BA938; }
a { background-color: rgb(59,169,56); }
div.DivClassName
{
background-color: #3BA938;
}
.BgClassName
{
background-color: #3BA938;
}
</style>
border-color css
<style>
span { border-color: #3BA938; }
span { border-color: rgb(59,169,56); }
td.TdClassName
{
border-color: #3BA938;
}
.TagClassName
{
border-color: #3BA938;
}
</style>