Shades of Fruit Salad #469D42
Tints of Fruit Salad #469D42
RGB
CMYK
RGB Variations
Color information
#469D42 (or 0x469D42) is known color: Fruit Salad. HEX triplet: 46, 9D and 42. RGB value is (70,157,66). Sum of RGB (Red+Green+Blue) = 70+157+66=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 157 (61.72% from 255 or 53.58% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 157 - color contains mainly: green. Hex color #469D42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469D42 is #B962BD. Grayscale: #787878. Windows color (decimal): -12149438 or 4365638. OLE color: 4365638.
HSL color Cylindrical-coordinate representation of color #469D42: hue angle of 117.36º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #469D42 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 66 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.38 |
| HSL | 117.36º | 0.41% | 0.44% | - |
| HSV(B) | 117.36º | 0.58% | 0.62% | - |
| XYZ | 15.57 | 25.81 | 9.32 | - |
| YUV | 120.61 | 97.18 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 66 | 0.55 | 0 | 0.58 | 0.38 | 117.36 | 0.41 | 0.44 |
| Hex | 46 | 9D | 42 | 37 | 0 | 3A | 26 | 75 | 29 | 2C |
| Octal | 106 | 235 | 102 | 67 | 0 | 72 | 46 | 165 | 51 | 54 |
| Binary | 1000110 | 10011101 | 1000010 | 110111 | 0 | 111010 | 100110 | 1110101 | 101001 | 101100 |
Color Harmonies of #469D42
Complementary color
Monochromatic Colors of #469D42
Black with #469D42
Text Example
Text Example
White with #469D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D42; }
p { color: rgb(70,157,66); }
H1.HeaderClassName
{
color: #469D42;
}
.AnyTagClassName
{
color: #469D42;
}
</style>
background-color css
<style>
a { background-color: #469D42; }
a { background-color: rgb(70,157,66); }
div.DivClassName
{
background-color: #469D42;
}
.BgClassName
{
background-color: #469D42;
}
</style>
border-color css
<style>
span { border-color: #469D42; }
span { border-color: rgb(70,157,66); }
td.TdClassName
{
border-color: #469D42;
}
.TagClassName
{
border-color: #469D42;
}
</style>