Shades of Fruit Salad #479B43
Tints of Fruit Salad #479B43
RGB
CMYK
RGB Variations
Color information
#479B43 (or 0x479B43) is known color: Fruit Salad. HEX triplet: 47, 9B and 43. RGB value is (71,155,67). Sum of RGB (Red+Green+Blue) = 71+155+67=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #479B43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479B43 is #B864BC. Grayscale: #787878. Windows color (decimal): -12084413 or 4430663. OLE color: 4430663.
HSL color Cylindrical-coordinate representation of color #479B43: hue angle of 117.27º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #479B43 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 155 | 67 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.39 |
| HSL | 117.27º | 0.4% | 0.44% | - |
| HSV(B) | 117.27º | 0.57% | 0.61% | - |
| XYZ | 15.33 | 25.19 | 9.36 | - |
| YUV | 119.85 | 98.17 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 155 | 67 | 0.54 | 0 | 0.57 | 0.39 | 117.27 | 0.4 | 0.44 |
| Hex | 47 | 9B | 43 | 36 | 0 | 39 | 27 | 75 | 28 | 2C |
| Octal | 107 | 233 | 103 | 66 | 0 | 71 | 47 | 165 | 50 | 54 |
| Binary | 1000111 | 10011011 | 1000011 | 110110 | 0 | 111001 | 100111 | 1110101 | 101000 | 101100 |
Color Harmonies of #479B43
Complementary color
Monochromatic Colors of #479B43
Black with #479B43
Text Example
Text Example
White with #479B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479B43; }
p { color: rgb(71,155,67); }
H1.HeaderClassName
{
color: #479B43;
}
.AnyTagClassName
{
color: #479B43;
}
</style>
background-color css
<style>
a { background-color: #479B43; }
a { background-color: rgb(71,155,67); }
div.DivClassName
{
background-color: #479B43;
}
.BgClassName
{
background-color: #479B43;
}
</style>
border-color css
<style>
span { border-color: #479B43; }
span { border-color: rgb(71,155,67); }
td.TdClassName
{
border-color: #479B43;
}
.TagClassName
{
border-color: #479B43;
}
</style>