Shades of Fruit Salad #3BB043
Tints of Fruit Salad #3BB043
RGB
CMYK
RGB Variations
Color information
#3BB043 (or 0x3BB043) is known color: Fruit Salad. HEX triplet: 3B, B0 and 43. RGB value is (59,176,67). Sum of RGB (Red+Green+Blue) = 59+176+67=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 176 (69.14% from 255 or 58.28% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 176 - color contains mainly: green. Hex color #3BB043 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BB043 is #C44FBC. Grayscale: #808080. Windows color (decimal): -12865469 or 4436027. OLE color: 4436027.
HSL color Cylindrical-coordinate representation of color #3BB043: hue angle of 124.1º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BB043 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 176 | 67 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.31 |
| HSL | 124.1º | 0.5% | 0.46% | - |
| HSV(B) | 124.1º | 0.66% | 0.69% | - |
| XYZ | 18.34 | 32.39 | 10.59 | - |
| YUV | 128.59 | 93.24 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 176 | 67 | 0.66 | 0 | 0.62 | 0.31 | 124.1 | 0.5 | 0.46 |
| Hex | 3B | B0 | 43 | 42 | 0 | 3E | 1F | 7C | 32 | 2E |
| Octal | 73 | 260 | 103 | 102 | 0 | 76 | 37 | 174 | 62 | 56 |
| Binary | 111011 | 10110000 | 1000011 | 1000010 | 0 | 111110 | 11111 | 1111100 | 110010 | 101110 |
Color Harmonies of #3BB043
Complementary color
Monochromatic Colors of #3BB043
Black with #3BB043
Text Example
Text Example
White with #3BB043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB043; }
p { color: rgb(59,176,67); }
H1.HeaderClassName
{
color: #3BB043;
}
.AnyTagClassName
{
color: #3BB043;
}
</style>
background-color css
<style>
a { background-color: #3BB043; }
a { background-color: rgb(59,176,67); }
div.DivClassName
{
background-color: #3BB043;
}
.BgClassName
{
background-color: #3BB043;
}
</style>
border-color css
<style>
span { border-color: #3BB043; }
span { border-color: rgb(59,176,67); }
td.TdClassName
{
border-color: #3BB043;
}
.TagClassName
{
border-color: #3BB043;
}
</style>