Shades of Fruit Salad #469D41
Tints of Fruit Salad #469D41
RGB
CMYK
RGB Variations
Color information
#469D41 (or 0x469D41) is known color: Fruit Salad. HEX triplet: 46, 9D and 41. RGB value is (70,157,65). Sum of RGB (Red+Green+Blue) = 70+157+65=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 157 (61.72% from 255 or 53.77% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 157 - color contains mainly: green. Hex color #469D41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469D41 is #B962BE. Grayscale: #787878. Windows color (decimal): -12149439 or 4300102. OLE color: 4300102.
HSL color Cylindrical-coordinate representation of color #469D41: hue angle of 116.74º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #469D41 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 65 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.38 |
| HSL | 116.74º | 0.41% | 0.44% | - |
| HSV(B) | 116.74º | 0.59% | 0.62% | - |
| XYZ | 15.54 | 25.8 | 9.16 | - |
| YUV | 120.5 | 96.68 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 65 | 0.55 | 0 | 0.59 | 0.38 | 116.74 | 0.41 | 0.44 |
| Hex | 46 | 9D | 41 | 37 | 0 | 3B | 26 | 75 | 29 | 2C |
| Octal | 106 | 235 | 101 | 67 | 0 | 73 | 46 | 165 | 51 | 54 |
| Binary | 1000110 | 10011101 | 1000001 | 110111 | 0 | 111011 | 100110 | 1110101 | 101001 | 101100 |
Color Harmonies of #469D41
Complementary color
Monochromatic Colors of #469D41
Black with #469D41
Text Example
Text Example
White with #469D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D41; }
p { color: rgb(70,157,65); }
H1.HeaderClassName
{
color: #469D41;
}
.AnyTagClassName
{
color: #469D41;
}
</style>
background-color css
<style>
a { background-color: #469D41; }
a { background-color: rgb(70,157,65); }
div.DivClassName
{
background-color: #469D41;
}
.BgClassName
{
background-color: #469D41;
}
</style>
border-color css
<style>
span { border-color: #469D41; }
span { border-color: rgb(70,157,65); }
td.TdClassName
{
border-color: #469D41;
}
.TagClassName
{
border-color: #469D41;
}
</style>