Shades of Fruit Salad #469C41
Tints of Fruit Salad #469C41
RGB
CMYK
RGB Variations
Color information
#469C41 (or 0x469C41) is known color: Fruit Salad. HEX triplet: 46, 9C and 41. RGB value is (70,156,65). Sum of RGB (Red+Green+Blue) = 70+156+65=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 156 (61.33% from 255 or 53.61% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 156 - color contains mainly: green. Hex color #469C41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469C41 is #B963BE. Grayscale: #787878. Windows color (decimal): -12149695 or 4299846. OLE color: 4299846.
HSL color Cylindrical-coordinate representation of color #469C41: hue angle of 116.7º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #469C41 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 156 | 65 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.39 |
| HSL | 116.7º | 0.41% | 0.43% | - |
| HSV(B) | 116.7º | 0.58% | 0.61% | - |
| XYZ | 15.37 | 25.46 | 9.11 | - |
| YUV | 119.91 | 97.01 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 65 | 0.55 | 0 | 0.58 | 0.39 | 116.7 | 0.41 | 0.43 |
| Hex | 46 | 9C | 41 | 37 | 0 | 3A | 27 | 75 | 29 | 2B |
| Octal | 106 | 234 | 101 | 67 | 0 | 72 | 47 | 165 | 51 | 53 |
| Binary | 1000110 | 10011100 | 1000001 | 110111 | 0 | 111010 | 100111 | 1110101 | 101001 | 101011 |
Color Harmonies of #469C41
Complementary color
Monochromatic Colors of #469C41
Black with #469C41
Text Example
Text Example
White with #469C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469C41; }
p { color: rgb(70,156,65); }
H1.HeaderClassName
{
color: #469C41;
}
.AnyTagClassName
{
color: #469C41;
}
</style>
background-color css
<style>
a { background-color: #469C41; }
a { background-color: rgb(70,156,65); }
div.DivClassName
{
background-color: #469C41;
}
.BgClassName
{
background-color: #469C41;
}
</style>
border-color css
<style>
span { border-color: #469C41; }
span { border-color: rgb(70,156,65); }
td.TdClassName
{
border-color: #469C41;
}
.TagClassName
{
border-color: #469C41;
}
</style>