Shades of Fruit Salad #3BA73D
Tints of Fruit Salad #3BA73D
RGB
CMYK
RGB Variations
Color information
#3BA73D (or 0x3BA73D) is known color: Fruit Salad. HEX triplet: 3B, A7 and 3D. RGB value is (59,167,61). Sum of RGB (Red+Green+Blue) = 59+167+61=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 167 (65.62% from 255 or 58.19% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 167 - color contains mainly: green. Hex color #3BA73D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA73D is #C458C2. Grayscale: #7A7A7A. Windows color (decimal): -12867779 or 4040507. OLE color: 4040507.
HSL color Cylindrical-coordinate representation of color #3BA73D: hue angle of 121.11º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA73D is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 167 | 61 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.35 |
| HSL | 121.11º | 0.48% | 0.44% | - |
| HSV(B) | 121.11º | 0.65% | 0.65% | - |
| XYZ | 16.46 | 28.9 | 9.13 | - |
| YUV | 122.62 | 93.22 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 167 | 61 | 0.65 | 0 | 0.63 | 0.35 | 121.11 | 0.48 | 0.44 |
| Hex | 3B | A7 | 3D | 41 | 0 | 3F | 23 | 79 | 30 | 2C |
| Octal | 73 | 247 | 75 | 101 | 0 | 77 | 43 | 171 | 60 | 54 |
| Binary | 111011 | 10100111 | 111101 | 1000001 | 0 | 111111 | 100011 | 1111001 | 110000 | 101100 |
Color Harmonies of #3BA73D
Complementary color
Monochromatic Colors of #3BA73D
Black with #3BA73D
Text Example
Text Example
White with #3BA73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA73D; }
p { color: rgb(59,167,61); }
H1.HeaderClassName
{
color: #3BA73D;
}
.AnyTagClassName
{
color: #3BA73D;
}
</style>
background-color css
<style>
a { background-color: #3BA73D; }
a { background-color: rgb(59,167,61); }
div.DivClassName
{
background-color: #3BA73D;
}
.BgClassName
{
background-color: #3BA73D;
}
</style>
border-color css
<style>
span { border-color: #3BA73D; }
span { border-color: rgb(59,167,61); }
td.TdClassName
{
border-color: #3BA73D;
}
.TagClassName
{
border-color: #3BA73D;
}
</style>