Shades of Fruit Salad #53994D
Tints of Fruit Salad #53994D
RGB
CMYK
RGB Variations
Color information
#53994D (or 0x53994D) is known color: Fruit Salad. HEX triplet: 53, 99 and 4D. RGB value is (83,153,77). Sum of RGB (Red+Green+Blue) = 83+153+77=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #53994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53994D is #AC66B2. Grayscale: #7B7B7B. Windows color (decimal): -11298483 or 5085523. OLE color: 5085523.
HSL color Cylindrical-coordinate representation of color #53994D: hue angle of 115.26º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53994D is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 83 | 153 | 77 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.4 |
| HSL | 115.26º | 0.33% | 0.45% | - |
| HSV(B) | 115.26º | 0.5% | 0.6% | - |
| XYZ | 16.3 | 25.16 | 11.02 | - |
| YUV | 123.41 | 101.81 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 153 | 77 | 0.46 | 0 | 0.50 | 0.4 | 115.26 | 0.33 | 0.45 |
| Hex | 53 | 99 | 4D | 2E | 0 | 32 | 28 | 73 | 21 | 2D |
| Octal | 123 | 231 | 115 | 56 | 0 | 62 | 50 | 163 | 41 | 55 |
| Binary | 1010011 | 10011001 | 1001101 | 101110 | 0 | 110010 | 101000 | 1110011 | 100001 | 101101 |
Color Harmonies of #53994D
Complementary color
Monochromatic Colors of #53994D
Black with #53994D
Text Example
Text Example
White with #53994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53994D; }
p { color: rgb(83,153,77); }
H1.HeaderClassName
{
color: #53994D;
}
.AnyTagClassName
{
color: #53994D;
}
</style>
background-color css
<style>
a { background-color: #53994D; }
a { background-color: rgb(83,153,77); }
div.DivClassName
{
background-color: #53994D;
}
.BgClassName
{
background-color: #53994D;
}
</style>
border-color css
<style>
span { border-color: #53994D; }
span { border-color: rgb(83,153,77); }
td.TdClassName
{
border-color: #53994D;
}
.TagClassName
{
border-color: #53994D;
}
</style>