Shades of Fruit Salad #3BAC42
Tints of Fruit Salad #3BAC42
RGB
CMYK
RGB Variations
Color information
#3BAC42 (or 0x3BAC42) is known color: Fruit Salad. HEX triplet: 3B, AC and 42. RGB value is (59,172,66). Sum of RGB (Red+Green+Blue) = 59+172+66=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAC42 is #C453BD. Grayscale: #7E7E7E. Windows color (decimal): -12866494 or 4369467. OLE color: 4369467.
HSL color Cylindrical-coordinate representation of color #3BAC42: hue angle of 123.72º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAC42 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 172 | 66 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.33 |
| HSL | 123.72º | 0.49% | 0.45% | - |
| HSV(B) | 123.72º | 0.66% | 0.67% | - |
| XYZ | 17.54 | 30.83 | 10.18 | - |
| YUV | 126.13 | 94.06 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 66 | 0.66 | 0 | 0.62 | 0.33 | 123.72 | 0.49 | 0.45 |
| Hex | 3B | AC | 42 | 42 | 0 | 3E | 21 | 7C | 31 | 2D |
| Octal | 73 | 254 | 102 | 102 | 0 | 76 | 41 | 174 | 61 | 55 |
| Binary | 111011 | 10101100 | 1000010 | 1000010 | 0 | 111110 | 100001 | 1111100 | 110001 | 101101 |
Color Harmonies of #3BAC42
Complementary color
Monochromatic Colors of #3BAC42
Black with #3BAC42
Text Example
Text Example
White with #3BAC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAC42; }
p { color: rgb(59,172,66); }
H1.HeaderClassName
{
color: #3BAC42;
}
.AnyTagClassName
{
color: #3BAC42;
}
</style>
background-color css
<style>
a { background-color: #3BAC42; }
a { background-color: rgb(59,172,66); }
div.DivClassName
{
background-color: #3BAC42;
}
.BgClassName
{
background-color: #3BAC42;
}
</style>
border-color css
<style>
span { border-color: #3BAC42; }
span { border-color: rgb(59,172,66); }
td.TdClassName
{
border-color: #3BAC42;
}
.TagClassName
{
border-color: #3BAC42;
}
</style>