Shades of Fruit Salad #3BA03B
Tints of Fruit Salad #3BA03B
RGB
CMYK
RGB Variations
Color information
#3BA03B (or 0x3BA03B) is known color: Fruit Salad. HEX triplet: 3B, A0 and 3B. RGB value is (59,160,59). Sum of RGB (Red+Green+Blue) = 59+160+59=278 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.22% from 278); Green value is 160 (62.89% from 255 or 57.55% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA03B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA03B is #C45FC4. Grayscale: #767676. Windows color (decimal): -12869573 or 3907643. OLE color: 3907643.
HSL color Cylindrical-coordinate representation of color #3BA03B: hue angle of 120º 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 #3BA03B is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 160 | 59 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.37 |
| HSL | 120º | 0.46% | 0.43% | - |
| HSV(B) | 120º | 0.63% | 0.63% | - |
| XYZ | 15.16 | 26.39 | 8.43 | - |
| YUV | 118.29 | 94.54 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 160 | 59 | 0.63 | 0 | 0.63 | 0.37 | 120 | 0.46 | 0.43 |
| Hex | 3B | A0 | 3B | 3F | 0 | 3F | 25 | 78 | 2E | 2B |
| Octal | 73 | 240 | 73 | 77 | 0 | 77 | 45 | 170 | 56 | 53 |
| Binary | 111011 | 10100000 | 111011 | 111111 | 0 | 111111 | 100101 | 1111000 | 101110 | 101011 |
Color Harmonies of #3BA03B
Complementary color
Monochromatic Colors of #3BA03B
Black with #3BA03B
Text Example
Text Example
White with #3BA03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA03B; }
p { color: rgb(59,160,59); }
H1.HeaderClassName
{
color: #3BA03B;
}
.AnyTagClassName
{
color: #3BA03B;
}
</style>
background-color css
<style>
a { background-color: #3BA03B; }
a { background-color: rgb(59,160,59); }
div.DivClassName
{
background-color: #3BA03B;
}
.BgClassName
{
background-color: #3BA03B;
}
</style>
border-color css
<style>
span { border-color: #3BA03B; }
span { border-color: rgb(59,160,59); }
td.TdClassName
{
border-color: #3BA03B;
}
.TagClassName
{
border-color: #3BA03B;
}
</style>