Shades of Fruit Salad #539C46
Tints of Fruit Salad #539C46
RGB
CMYK
RGB Variations
Color information
#539C46 (or 0x539C46) is known color: Fruit Salad. HEX triplet: 53, 9C and 46. RGB value is (83,156,70). Sum of RGB (Red+Green+Blue) = 83+156+70=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #539C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539C46 is #AC63B9. Grayscale: #7C7C7C. Windows color (decimal): -11297722 or 4627539. OLE color: 4627539.
HSL color Cylindrical-coordinate representation of color #539C46: hue angle of 110.93º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #539C46 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 156 | 70 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.39 |
| HSL | 110.93º | 0.38% | 0.44% | - |
| HSV(B) | 110.93º | 0.55% | 0.61% | - |
| XYZ | 16.56 | 26.06 | 9.95 | - |
| YUV | 124.37 | 97.32 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 70 | 0.47 | 0 | 0.55 | 0.39 | 110.93 | 0.38 | 0.44 |
| Hex | 53 | 9C | 46 | 2F | 0 | 37 | 27 | 6F | 26 | 2C |
| Octal | 123 | 234 | 106 | 57 | 0 | 67 | 47 | 157 | 46 | 54 |
| Binary | 1010011 | 10011100 | 1000110 | 101111 | 0 | 110111 | 100111 | 1101111 | 100110 | 101100 |
Color Harmonies of #539C46
Complementary color
Monochromatic Colors of #539C46
Black with #539C46
Text Example
Text Example
White with #539C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539C46; }
p { color: rgb(83,156,70); }
H1.HeaderClassName
{
color: #539C46;
}
.AnyTagClassName
{
color: #539C46;
}
</style>
background-color css
<style>
a { background-color: #539C46; }
a { background-color: rgb(83,156,70); }
div.DivClassName
{
background-color: #539C46;
}
.BgClassName
{
background-color: #539C46;
}
</style>
border-color css
<style>
span { border-color: #539C46; }
span { border-color: rgb(83,156,70); }
td.TdClassName
{
border-color: #539C46;
}
.TagClassName
{
border-color: #539C46;
}
</style>