Shades of Fruit Salad #3BA534
Tints of Fruit Salad #3BA534
RGB
CMYK
RGB Variations
Color information
#3BA534 (or 0x3BA534) is known color: Fruit Salad. HEX triplet: 3B, A5 and 34. RGB value is (59,165,52). Sum of RGB (Red+Green+Blue) = 59+165+52=276 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.38% from 276); Green value is 165 (64.84% from 255 or 59.78% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 165 - color contains mainly: green. Hex color #3BA534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA534 is #C45ACB. Grayscale: #787878. Windows color (decimal): -12868300 or 3450171. OLE color: 3450171.
HSL color Cylindrical-coordinate representation of color #3BA534: hue angle of 116.28º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BA534 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 165 | 52 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.35 |
| HSL | 116.28º | 0.52% | 0.43% | - |
| HSV(B) | 116.28º | 0.68% | 0.65% | - |
| XYZ | 15.88 | 28.09 | 7.83 | - |
| YUV | 120.42 | 89.38 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 165 | 52 | 0.64 | 0 | 0.68 | 0.35 | 116.28 | 0.52 | 0.43 |
| Hex | 3B | A5 | 34 | 40 | 0 | 44 | 23 | 74 | 34 | 2B |
| Octal | 73 | 245 | 64 | 100 | 0 | 104 | 43 | 164 | 64 | 53 |
| Binary | 111011 | 10100101 | 110100 | 1000000 | 0 | 1000100 | 100011 | 1110100 | 110100 | 101011 |
Color Harmonies of #3BA534
Complementary color
Monochromatic Colors of #3BA534
Black with #3BA534
Text Example
Text Example
White with #3BA534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA534; }
p { color: rgb(59,165,52); }
H1.HeaderClassName
{
color: #3BA534;
}
.AnyTagClassName
{
color: #3BA534;
}
</style>
background-color css
<style>
a { background-color: #3BA534; }
a { background-color: rgb(59,165,52); }
div.DivClassName
{
background-color: #3BA534;
}
.BgClassName
{
background-color: #3BA534;
}
</style>
border-color css
<style>
span { border-color: #3BA534; }
span { border-color: rgb(59,165,52); }
td.TdClassName
{
border-color: #3BA534;
}
.TagClassName
{
border-color: #3BA534;
}
</style>