Shades of Fruit Salad #479D3E
Tints of Fruit Salad #479D3E
RGB
CMYK
RGB Variations
Color information
#479D3E (or 0x479D3E) is known color: Fruit Salad. HEX triplet: 47, 9D and 3E. RGB value is (71,157,62). Sum of RGB (Red+Green+Blue) = 71+157+62=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 157 (61.72% from 255 or 54.14% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 157 - color contains mainly: green. Hex color #479D3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479D3E is #B862C1. Grayscale: #787878. Windows color (decimal): -12083906 or 4103495. OLE color: 4103495.
HSL color Cylindrical-coordinate representation of color #479D3E: hue angle of 114.32º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #479D3E is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 157 | 62 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.38 |
| HSL | 114.32º | 0.43% | 0.43% | - |
| HSV(B) | 114.32º | 0.61% | 0.62% | - |
| XYZ | 15.53 | 25.8 | 8.72 | - |
| YUV | 120.46 | 95.01 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 62 | 0.55 | 0 | 0.61 | 0.38 | 114.32 | 0.43 | 0.43 |
| Hex | 47 | 9D | 3E | 37 | 0 | 3D | 26 | 72 | 2B | 2B |
| Octal | 107 | 235 | 76 | 67 | 0 | 75 | 46 | 162 | 53 | 53 |
| Binary | 1000111 | 10011101 | 111110 | 110111 | 0 | 111101 | 100110 | 1110010 | 101011 | 101011 |
Color Harmonies of #479D3E
Complementary color
Monochromatic Colors of #479D3E
Black with #479D3E
Text Example
Text Example
White with #479D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479D3E; }
p { color: rgb(71,157,62); }
H1.HeaderClassName
{
color: #479D3E;
}
.AnyTagClassName
{
color: #479D3E;
}
</style>
background-color css
<style>
a { background-color: #479D3E; }
a { background-color: rgb(71,157,62); }
div.DivClassName
{
background-color: #479D3E;
}
.BgClassName
{
background-color: #479D3E;
}
</style>
border-color css
<style>
span { border-color: #479D3E; }
span { border-color: rgb(71,157,62); }
td.TdClassName
{
border-color: #479D3E;
}
.TagClassName
{
border-color: #479D3E;
}
</style>