Shades of Fruit Salad #3AB949
Tints of Fruit Salad #3AB949
RGB
CMYK
RGB Variations
Color information
#3AB949 (or 0x3AB949) is known color: Fruit Salad. HEX triplet: 3A, B9 and 49. RGB value is (58,185,73). Sum of RGB (Red+Green+Blue) = 58+185+73=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 185 (72.66% from 255 or 58.54% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 185 - color contains mainly: green. Hex color #3AB949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB949 is #C546B6. Grayscale: #868686. Windows color (decimal): -12928695 or 4831546. OLE color: 4831546.
HSL color Cylindrical-coordinate representation of color #3AB949: hue angle of 127.09º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AB949 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 185 | 73 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.27 |
| HSL | 127.09º | 0.52% | 0.48% | - |
| HSV(B) | 127.09º | 0.69% | 0.73% | - |
| XYZ | 20.3 | 36.08 | 12.2 | - |
| YUV | 134.26 | 93.42 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 185 | 73 | 0.69 | 0 | 0.61 | 0.27 | 127.09 | 0.52 | 0.48 |
| Hex | 3A | B9 | 49 | 45 | 0 | 3D | 1B | 7F | 34 | 30 |
| Octal | 72 | 271 | 111 | 105 | 0 | 75 | 33 | 177 | 64 | 60 |
| Binary | 111010 | 10111001 | 1001001 | 1000101 | 0 | 111101 | 11011 | 1111111 | 110100 | 110000 |
Color Harmonies of #3AB949
Complementary color
Monochromatic Colors of #3AB949
Black with #3AB949
Text Example
Text Example
White with #3AB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB949; }
p { color: rgb(58,185,73); }
H1.HeaderClassName
{
color: #3AB949;
}
.AnyTagClassName
{
color: #3AB949;
}
</style>
background-color css
<style>
a { background-color: #3AB949; }
a { background-color: rgb(58,185,73); }
div.DivClassName
{
background-color: #3AB949;
}
.BgClassName
{
background-color: #3AB949;
}
</style>
border-color css
<style>
span { border-color: #3AB949; }
span { border-color: rgb(58,185,73); }
td.TdClassName
{
border-color: #3AB949;
}
.TagClassName
{
border-color: #3AB949;
}
</style>