Shades of Fruit Salad #46AF4A
Tints of Fruit Salad #46AF4A
RGB
CMYK
RGB Variations
Color information
#46AF4A (or 0x46AF4A) is known color: Fruit Salad. HEX triplet: 46, AF and 4A. RGB value is (70,175,74). Sum of RGB (Red+Green+Blue) = 70+175+74=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46AF4A is #B950B5. Grayscale: #848484. Windows color (decimal): -12144822 or 4894534. OLE color: 4894534.
HSL color Cylindrical-coordinate representation of color #46AF4A: hue angle of 122.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46AF4A is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 175 | 74 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.31 |
| HSL | 122.29º | 0.43% | 0.48% | - |
| HSV(B) | 122.29º | 0.6% | 0.69% | - |
| XYZ | 19.09 | 32.46 | 11.74 | - |
| YUV | 132.09 | 95.21 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 175 | 74 | 0.60 | 0 | 0.58 | 0.31 | 122.29 | 0.43 | 0.48 |
| Hex | 46 | AF | 4A | 3C | 0 | 3A | 1F | 7A | 2B | 30 |
| Octal | 106 | 257 | 112 | 74 | 0 | 72 | 37 | 172 | 53 | 60 |
| Binary | 1000110 | 10101111 | 1001010 | 111100 | 0 | 111010 | 11111 | 1111010 | 101011 | 110000 |
Color Harmonies of #46AF4A
Complementary color
Monochromatic Colors of #46AF4A
Black with #46AF4A
Text Example
Text Example
White with #46AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AF4A; }
p { color: rgb(70,175,74); }
H1.HeaderClassName
{
color: #46AF4A;
}
.AnyTagClassName
{
color: #46AF4A;
}
</style>
background-color css
<style>
a { background-color: #46AF4A; }
a { background-color: rgb(70,175,74); }
div.DivClassName
{
background-color: #46AF4A;
}
.BgClassName
{
background-color: #46AF4A;
}
</style>
border-color css
<style>
span { border-color: #46AF4A; }
span { border-color: rgb(70,175,74); }
td.TdClassName
{
border-color: #46AF4A;
}
.TagClassName
{
border-color: #46AF4A;
}
</style>