Shades of Fruit Salad #469143
Tints of Fruit Salad #469143
RGB
CMYK
RGB Variations
Color information
#469143 (or 0x469143) is known color: Fruit Salad. HEX triplet: 46, 91 and 43. RGB value is (70,145,67). Sum of RGB (Red+Green+Blue) = 70+145+67=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #469143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469143 is #B96EBC. Grayscale: #717171. Windows color (decimal): -12152509 or 4428102. OLE color: 4428102.
HSL color Cylindrical-coordinate representation of color #469143: hue angle of 117.69º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469143 is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 145 | 67 | - |
| CMYK | 0.52 | 0 | 0.54 | 0.43 |
| HSL | 117.69º | 0.37% | 0.42% | - |
| HSV(B) | 117.69º | 0.54% | 0.57% | - |
| XYZ | 13.66 | 21.96 | 8.83 | - |
| YUV | 113.68 | 101.65 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 145 | 67 | 0.52 | 0 | 0.54 | 0.43 | 117.69 | 0.37 | 0.42 |
| Hex | 46 | 91 | 43 | 34 | 0 | 36 | 2B | 76 | 25 | 2A |
| Octal | 106 | 221 | 103 | 64 | 0 | 66 | 53 | 166 | 45 | 52 |
| Binary | 1000110 | 10010001 | 1000011 | 110100 | 0 | 110110 | 101011 | 1110110 | 100101 | 101010 |
Color Harmonies of #469143
Complementary color
Monochromatic Colors of #469143
Black with #469143
Text Example
Text Example
White with #469143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469143; }
p { color: rgb(70,145,67); }
H1.HeaderClassName
{
color: #469143;
}
.AnyTagClassName
{
color: #469143;
}
</style>
background-color css
<style>
a { background-color: #469143; }
a { background-color: rgb(70,145,67); }
div.DivClassName
{
background-color: #469143;
}
.BgClassName
{
background-color: #469143;
}
</style>
border-color css
<style>
span { border-color: #469143; }
span { border-color: rgb(70,145,67); }
td.TdClassName
{
border-color: #469143;
}
.TagClassName
{
border-color: #469143;
}
</style>