Shades of Fruit Salad #3BA03D
Tints of Fruit Salad #3BA03D
RGB
CMYK
RGB Variations
Color information
#3BA03D (or 0x3BA03D) is known color: Fruit Salad. HEX triplet: 3B, A0 and 3D. RGB value is (59,160,61). Sum of RGB (Red+Green+Blue) = 59+160+61=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 160 (62.89% from 255 or 57.14% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA03D is #C45FC2. Grayscale: #767676. Windows color (decimal): -12869571 or 4038715. OLE color: 4038715.
HSL color Cylindrical-coordinate representation of color #3BA03D: hue angle of 121.19º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3BA03D is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 160 | 61 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.37 |
| HSL | 121.19º | 0.46% | 0.43% | - |
| HSV(B) | 121.19º | 0.63% | 0.63% | - |
| XYZ | 15.22 | 26.41 | 8.71 | - |
| YUV | 118.52 | 95.54 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 160 | 61 | 0.63 | 0 | 0.62 | 0.37 | 121.19 | 0.46 | 0.43 |
| Hex | 3B | A0 | 3D | 3F | 0 | 3E | 25 | 79 | 2E | 2B |
| Octal | 73 | 240 | 75 | 77 | 0 | 76 | 45 | 171 | 56 | 53 |
| Binary | 111011 | 10100000 | 111101 | 111111 | 0 | 111110 | 100101 | 1111001 | 101110 | 101011 |
Color Harmonies of #3BA03D
Complementary color
Monochromatic Colors of #3BA03D
Black with #3BA03D
Text Example
Text Example
White with #3BA03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA03D; }
p { color: rgb(59,160,61); }
H1.HeaderClassName
{
color: #3BA03D;
}
.AnyTagClassName
{
color: #3BA03D;
}
</style>
background-color css
<style>
a { background-color: #3BA03D; }
a { background-color: rgb(59,160,61); }
div.DivClassName
{
background-color: #3BA03D;
}
.BgClassName
{
background-color: #3BA03D;
}
</style>
border-color css
<style>
span { border-color: #3BA03D; }
span { border-color: rgb(59,160,61); }
td.TdClassName
{
border-color: #3BA03D;
}
.TagClassName
{
border-color: #3BA03D;
}
</style>