Shades of Fruit Salad #3BAC45
Tints of Fruit Salad #3BAC45
RGB
CMYK
RGB Variations
Color information
#3BAC45 (or 0x3BAC45) is known color: Fruit Salad. HEX triplet: 3B, AC and 45. RGB value is (59,172,69). Sum of RGB (Red+Green+Blue) = 59+172+69=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 172 (67.58% from 255 or 57.33% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAC45 is #C453BA. Grayscale: #7E7E7E. Windows color (decimal): -12866491 or 4566075. OLE color: 4566075.
HSL color Cylindrical-coordinate representation of color #3BAC45: hue angle of 125.31º 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 #3BAC45 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 172 | 69 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.33 |
| HSL | 125.31º | 0.49% | 0.45% | - |
| HSV(B) | 125.31º | 0.66% | 0.67% | - |
| XYZ | 17.63 | 30.86 | 10.66 | - |
| YUV | 126.47 | 95.56 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 69 | 0.66 | 0 | 0.60 | 0.33 | 125.31 | 0.49 | 0.45 |
| Hex | 3B | AC | 45 | 42 | 0 | 3C | 21 | 7D | 31 | 2D |
| Octal | 73 | 254 | 105 | 102 | 0 | 74 | 41 | 175 | 61 | 55 |
| Binary | 111011 | 10101100 | 1000101 | 1000010 | 0 | 111100 | 100001 | 1111101 | 110001 | 101101 |
Color Harmonies of #3BAC45
Complementary color
Monochromatic Colors of #3BAC45
Black with #3BAC45
Text Example
Text Example
White with #3BAC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAC45; }
p { color: rgb(59,172,69); }
H1.HeaderClassName
{
color: #3BAC45;
}
.AnyTagClassName
{
color: #3BAC45;
}
</style>
background-color css
<style>
a { background-color: #3BAC45; }
a { background-color: rgb(59,172,69); }
div.DivClassName
{
background-color: #3BAC45;
}
.BgClassName
{
background-color: #3BAC45;
}
</style>
border-color css
<style>
span { border-color: #3BAC45; }
span { border-color: rgb(59,172,69); }
td.TdClassName
{
border-color: #3BAC45;
}
.TagClassName
{
border-color: #3BAC45;
}
</style>