Shades of Fruit Salad #3BA34A
Tints of Fruit Salad #3BA34A
RGB
CMYK
RGB Variations
Color information
#3BA34A (or 0x3BA34A) is known color: Fruit Salad. HEX triplet: 3B, A3 and 4A. RGB value is (59,163,74). Sum of RGB (Red+Green+Blue) = 59+163+74=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 163 (64.06% from 255 or 55.07% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 163 - color contains mainly: green. Hex color #3BA34A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA34A is #C45CB5. Grayscale: #7A7A7A. Windows color (decimal): -12868790 or 4891451. OLE color: 4891451.
HSL color Cylindrical-coordinate representation of color #3BA34A: hue angle of 128.65º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA34A is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 163 | 74 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.36 |
| HSL | 128.65º | 0.47% | 0.44% | - |
| HSV(B) | 128.65º | 0.64% | 0.64% | - |
| XYZ | 16.14 | 27.62 | 10.96 | - |
| YUV | 121.76 | 101.04 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 163 | 74 | 0.64 | 0 | 0.55 | 0.36 | 128.65 | 0.47 | 0.44 |
| Hex | 3B | A3 | 4A | 40 | 0 | 37 | 24 | 81 | 2F | 2C |
| Octal | 73 | 243 | 112 | 100 | 0 | 67 | 44 | 201 | 57 | 54 |
| Binary | 111011 | 10100011 | 1001010 | 1000000 | 0 | 110111 | 100100 | 10000001 | 101111 | 101100 |
Color Harmonies of #3BA34A
Complementary color
Monochromatic Colors of #3BA34A
Black with #3BA34A
Text Example
Text Example
White with #3BA34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA34A; }
p { color: rgb(59,163,74); }
H1.HeaderClassName
{
color: #3BA34A;
}
.AnyTagClassName
{
color: #3BA34A;
}
</style>
background-color css
<style>
a { background-color: #3BA34A; }
a { background-color: rgb(59,163,74); }
div.DivClassName
{
background-color: #3BA34A;
}
.BgClassName
{
background-color: #3BA34A;
}
</style>
border-color css
<style>
span { border-color: #3BA34A; }
span { border-color: rgb(59,163,74); }
td.TdClassName
{
border-color: #3BA34A;
}
.TagClassName
{
border-color: #3BA34A;
}
</style>