Shades of Fruit Salad #3BA543
Tints of Fruit Salad #3BA543
RGB
CMYK
RGB Variations
Color information
#3BA543 (or 0x3BA543) is known color: Fruit Salad. HEX triplet: 3B, A5 and 43. RGB value is (59,165,67). Sum of RGB (Red+Green+Blue) = 59+165+67=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 165 (64.84% from 255 or 56.70% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 165 - color contains mainly: green. Hex color #3BA543 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA543 is #C45ABC. Grayscale: #7A7A7A. Windows color (decimal): -12868285 or 4433211. OLE color: 4433211.
HSL color Cylindrical-coordinate representation of color #3BA543: hue angle of 124.53º degrees, saturation: 0.47, 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 #3BA543 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 165 | 67 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.35 |
| HSL | 124.53º | 0.47% | 0.44% | - |
| HSV(B) | 124.53º | 0.64% | 0.65% | - |
| XYZ | 16.27 | 28.25 | 9.9 | - |
| YUV | 122.13 | 96.88 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 165 | 67 | 0.64 | 0 | 0.59 | 0.35 | 124.53 | 0.47 | 0.44 |
| Hex | 3B | A5 | 43 | 40 | 0 | 3B | 23 | 7D | 2F | 2C |
| Octal | 73 | 245 | 103 | 100 | 0 | 73 | 43 | 175 | 57 | 54 |
| Binary | 111011 | 10100101 | 1000011 | 1000000 | 0 | 111011 | 100011 | 1111101 | 101111 | 101100 |
Color Harmonies of #3BA543
Complementary color
Monochromatic Colors of #3BA543
Black with #3BA543
Text Example
Text Example
White with #3BA543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA543; }
p { color: rgb(59,165,67); }
H1.HeaderClassName
{
color: #3BA543;
}
.AnyTagClassName
{
color: #3BA543;
}
</style>
background-color css
<style>
a { background-color: #3BA543; }
a { background-color: rgb(59,165,67); }
div.DivClassName
{
background-color: #3BA543;
}
.BgClassName
{
background-color: #3BA543;
}
</style>
border-color css
<style>
span { border-color: #3BA543; }
span { border-color: rgb(59,165,67); }
td.TdClassName
{
border-color: #3BA543;
}
.TagClassName
{
border-color: #3BA543;
}
</style>