Shades of Fruit Salad #3BA933
Tints of Fruit Salad #3BA933
RGB
CMYK
RGB Variations
Color information
#3BA933 (or 0x3BA933) is known color: Fruit Salad. HEX triplet: 3B, A9 and 33. RGB value is (59,169,51). Sum of RGB (Red+Green+Blue) = 59+169+51=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 169 (66.41% from 255 or 60.57% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 169 - color contains mainly: green. Hex color #3BA933 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA933 is #C456CC. Grayscale: #7B7B7B. Windows color (decimal): -12867277 or 3385659. OLE color: 3385659.
HSL color Cylindrical-coordinate representation of color #3BA933: hue angle of 115.93º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BA933 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 59 | 169 | 51 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.34 |
| HSL | 115.93º | 0.54% | 0.43% | - |
| HSV(B) | 115.93º | 0.7% | 0.66% | - |
| XYZ | 16.59 | 29.54 | 7.96 | - |
| YUV | 122.66 | 87.56 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 169 | 51 | 0.65 | 0 | 0.70 | 0.34 | 115.93 | 0.54 | 0.43 |
| Hex | 3B | A9 | 33 | 41 | 0 | 46 | 22 | 74 | 36 | 2B |
| Octal | 73 | 251 | 63 | 101 | 0 | 106 | 42 | 164 | 66 | 53 |
| Binary | 111011 | 10101001 | 110011 | 1000001 | 0 | 1000110 | 100010 | 1110100 | 110110 | 101011 |
Color Harmonies of #3BA933
Complementary color
Monochromatic Colors of #3BA933
Black with #3BA933
Text Example
Text Example
White with #3BA933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA933; }
p { color: rgb(59,169,51); }
H1.HeaderClassName
{
color: #3BA933;
}
.AnyTagClassName
{
color: #3BA933;
}
</style>
background-color css
<style>
a { background-color: #3BA933; }
a { background-color: rgb(59,169,51); }
div.DivClassName
{
background-color: #3BA933;
}
.BgClassName
{
background-color: #3BA933;
}
</style>
border-color css
<style>
span { border-color: #3BA933; }
span { border-color: rgb(59,169,51); }
td.TdClassName
{
border-color: #3BA933;
}
.TagClassName
{
border-color: #3BA933;
}
</style>