Shades of Fruit Salad #3BAF3C
Tints of Fruit Salad #3BAF3C
RGB
CMYK
RGB Variations
Color information
#3BAF3C (or 0x3BAF3C) is known color: Fruit Salad. HEX triplet: 3B, AF and 3C. RGB value is (59,175,60). Sum of RGB (Red+Green+Blue) = 59+175+60=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 175 (68.75% from 255 or 59.52% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAF3C is #C450C3. Grayscale: #7F7F7F. Windows color (decimal): -12865732 or 3977019. OLE color: 3977019.
HSL color Cylindrical-coordinate representation of color #3BAF3C: hue angle of 120.52º 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 #3BAF3C is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 60 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.31 |
| HSL | 120.52º | 0.5% | 0.46% | - |
| HSV(B) | 120.52º | 0.66% | 0.69% | - |
| XYZ | 17.95 | 31.92 | 9.49 | - |
| YUV | 127.21 | 90.07 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 60 | 0.66 | 0 | 0.66 | 0.31 | 120.52 | 0.5 | 0.46 |
| Hex | 3B | AF | 3C | 42 | 0 | 42 | 1F | 79 | 32 | 2E |
| Octal | 73 | 257 | 74 | 102 | 0 | 102 | 37 | 171 | 62 | 56 |
| Binary | 111011 | 10101111 | 111100 | 1000010 | 0 | 1000010 | 11111 | 1111001 | 110010 | 101110 |
Color Harmonies of #3BAF3C
Complementary color
Monochromatic Colors of #3BAF3C
Black with #3BAF3C
Text Example
Text Example
White with #3BAF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF3C; }
p { color: rgb(59,175,60); }
H1.HeaderClassName
{
color: #3BAF3C;
}
.AnyTagClassName
{
color: #3BAF3C;
}
</style>
background-color css
<style>
a { background-color: #3BAF3C; }
a { background-color: rgb(59,175,60); }
div.DivClassName
{
background-color: #3BAF3C;
}
.BgClassName
{
background-color: #3BAF3C;
}
</style>
border-color css
<style>
span { border-color: #3BAF3C; }
span { border-color: rgb(59,175,60); }
td.TdClassName
{
border-color: #3BAF3C;
}
.TagClassName
{
border-color: #3BAF3C;
}
</style>