Shades of Fruit Salad #469D4D
Tints of Fruit Salad #469D4D
RGB
CMYK
RGB Variations
Color information
#469D4D (or 0x469D4D) is known color: Fruit Salad. HEX triplet: 46, 9D and 4D. RGB value is (70,157,77). Sum of RGB (Red+Green+Blue) = 70+157+77=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 157 (61.72% from 255 or 51.64% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 157 - color contains mainly: green. Hex color #469D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469D4D is #B962B2. Grayscale: #7A7A7A. Windows color (decimal): -12149427 or 5086534. OLE color: 5086534.
HSL color Cylindrical-coordinate representation of color #469D4D: hue angle of 124.83º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469D4D is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 77 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.38 |
| HSL | 124.83º | 0.38% | 0.45% | - |
| HSV(B) | 124.83º | 0.55% | 0.62% | - |
| XYZ | 15.92 | 25.95 | 11.19 | - |
| YUV | 121.87 | 102.68 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 77 | 0.55 | 0 | 0.51 | 0.38 | 124.83 | 0.38 | 0.45 |
| Hex | 46 | 9D | 4D | 37 | 0 | 33 | 26 | 7D | 26 | 2D |
| Octal | 106 | 235 | 115 | 67 | 0 | 63 | 46 | 175 | 46 | 55 |
| Binary | 1000110 | 10011101 | 1001101 | 110111 | 0 | 110011 | 100110 | 1111101 | 100110 | 101101 |
Color Harmonies of #469D4D
Complementary color
Monochromatic Colors of #469D4D
Black with #469D4D
Text Example
Text Example
White with #469D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D4D; }
p { color: rgb(70,157,77); }
H1.HeaderClassName
{
color: #469D4D;
}
.AnyTagClassName
{
color: #469D4D;
}
</style>
background-color css
<style>
a { background-color: #469D4D; }
a { background-color: rgb(70,157,77); }
div.DivClassName
{
background-color: #469D4D;
}
.BgClassName
{
background-color: #469D4D;
}
</style>
border-color css
<style>
span { border-color: #469D4D; }
span { border-color: rgb(70,157,77); }
td.TdClassName
{
border-color: #469D4D;
}
.TagClassName
{
border-color: #469D4D;
}
</style>