Shades of Fruit Salad #46924D
Tints of Fruit Salad #46924D
RGB
CMYK
RGB Variations
Color information
#46924D (or 0x46924D) is known color: Fruit Salad. HEX triplet: 46, 92 and 4D. RGB value is (70,146,77). Sum of RGB (Red+Green+Blue) = 70+146+77=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #46924D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46924D is #B96DB2. Grayscale: #737373. Windows color (decimal): -12152243 or 5083718. OLE color: 5083718.
HSL color Cylindrical-coordinate representation of color #46924D: hue angle of 125.53º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46924D is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 146 | 77 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.43 |
| HSL | 125.53º | 0.35% | 0.42% | - |
| HSV(B) | 125.53º | 0.52% | 0.57% | - |
| XYZ | 14.14 | 22.4 | 10.6 | - |
| YUV | 115.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 146 | 77 | 0.52 | 0 | 0.47 | 0.43 | 125.53 | 0.35 | 0.42 |
| Hex | 46 | 92 | 4D | 34 | 0 | 2F | 2B | 7E | 23 | 2A |
| Octal | 106 | 222 | 115 | 64 | 0 | 57 | 53 | 176 | 43 | 52 |
| Binary | 1000110 | 10010010 | 1001101 | 110100 | 0 | 101111 | 101011 | 1111110 | 100011 | 101010 |
Color Harmonies of #46924D
Complementary color
Monochromatic Colors of #46924D
Black with #46924D
Text Example
Text Example
White with #46924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46924D; }
p { color: rgb(70,146,77); }
H1.HeaderClassName
{
color: #46924D;
}
.AnyTagClassName
{
color: #46924D;
}
</style>
background-color css
<style>
a { background-color: #46924D; }
a { background-color: rgb(70,146,77); }
div.DivClassName
{
background-color: #46924D;
}
.BgClassName
{
background-color: #46924D;
}
</style>
border-color css
<style>
span { border-color: #46924D; }
span { border-color: rgb(70,146,77); }
td.TdClassName
{
border-color: #46924D;
}
.TagClassName
{
border-color: #46924D;
}
</style>