Shades of Fruit Salad #3BA64B
Tints of Fruit Salad #3BA64B
RGB
CMYK
RGB Variations
Color information
#3BA64B (or 0x3BA64B) is known color: Fruit Salad. HEX triplet: 3B, A6 and 4B. RGB value is (59,166,75). Sum of RGB (Red+Green+Blue) = 59+166+75=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 166 (65.23% from 255 or 55.33% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA64B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA64B is #C459B4. Grayscale: #7B7B7B. Windows color (decimal): -12868021 or 4957755. OLE color: 4957755.
HSL color Cylindrical-coordinate representation of color #3BA64B: hue angle of 128.97º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA64B is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 166 | 75 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.35 |
| HSL | 128.97º | 0.48% | 0.44% | - |
| HSV(B) | 128.97º | 0.64% | 0.65% | - |
| XYZ | 16.71 | 28.71 | 11.32 | - |
| YUV | 123.63 | 100.55 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 166 | 75 | 0.64 | 0 | 0.55 | 0.35 | 128.97 | 0.48 | 0.44 |
| Hex | 3B | A6 | 4B | 40 | 0 | 37 | 23 | 81 | 30 | 2C |
| Octal | 73 | 246 | 113 | 100 | 0 | 67 | 43 | 201 | 60 | 54 |
| Binary | 111011 | 10100110 | 1001011 | 1000000 | 0 | 110111 | 100011 | 10000001 | 110000 | 101100 |
Color Harmonies of #3BA64B
Complementary color
Monochromatic Colors of #3BA64B
Black with #3BA64B
Text Example
Text Example
White with #3BA64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA64B; }
p { color: rgb(59,166,75); }
H1.HeaderClassName
{
color: #3BA64B;
}
.AnyTagClassName
{
color: #3BA64B;
}
</style>
background-color css
<style>
a { background-color: #3BA64B; }
a { background-color: rgb(59,166,75); }
div.DivClassName
{
background-color: #3BA64B;
}
.BgClassName
{
background-color: #3BA64B;
}
</style>
border-color css
<style>
span { border-color: #3BA64B; }
span { border-color: rgb(59,166,75); }
td.TdClassName
{
border-color: #3BA64B;
}
.TagClassName
{
border-color: #3BA64B;
}
</style>