Shades of Fruit Salad #46983F
Tints of Fruit Salad #46983F
RGB
CMYK
RGB Variations
Color information
#46983F (or 0x46983F) is known color: Fruit Salad. HEX triplet: 46, 98 and 3F. RGB value is (70,152,63). Sum of RGB (Red+Green+Blue) = 70+152+63=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #46983F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46983F is #B967C0. Grayscale: #757575. Windows color (decimal): -12150721 or 4167750. OLE color: 4167750.
HSL color Cylindrical-coordinate representation of color #46983F: hue angle of 115.28º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46983F is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 152 | 63 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.40 |
| HSL | 115.28º | 0.41% | 0.42% | - |
| HSV(B) | 115.28º | 0.59% | 0.6% | - |
| XYZ | 14.65 | 24.12 | 8.59 | - |
| YUV | 117.34 | 97.33 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 152 | 63 | 0.54 | 0 | 0.59 | 0.40 | 115.28 | 0.41 | 0.42 |
| Hex | 46 | 98 | 3F | 36 | 0 | 3B | 28 | 73 | 29 | 2A |
| Octal | 106 | 230 | 77 | 66 | 0 | 73 | 50 | 163 | 51 | 52 |
| Binary | 1000110 | 10011000 | 111111 | 110110 | 0 | 111011 | 101000 | 1110011 | 101001 | 101010 |
Color Harmonies of #46983F
Complementary color
Monochromatic Colors of #46983F
Black with #46983F
Text Example
Text Example
White with #46983F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46983F; }
p { color: rgb(70,152,63); }
H1.HeaderClassName
{
color: #46983F;
}
.AnyTagClassName
{
color: #46983F;
}
</style>
background-color css
<style>
a { background-color: #46983F; }
a { background-color: rgb(70,152,63); }
div.DivClassName
{
background-color: #46983F;
}
.BgClassName
{
background-color: #46983F;
}
</style>
border-color css
<style>
span { border-color: #46983F; }
span { border-color: rgb(70,152,63); }
td.TdClassName
{
border-color: #46983F;
}
.TagClassName
{
border-color: #46983F;
}
</style>