Shades of Fruit Salad #469A4C
Tints of Fruit Salad #469A4C
RGB
CMYK
RGB Variations
Color information
#469A4C (or 0x469A4C) is known color: Fruit Salad. HEX triplet: 46, 9A and 4C. RGB value is (70,154,76). Sum of RGB (Red+Green+Blue) = 70+154+76=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 154 (60.55% from 255 or 51.33% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 154 - color contains mainly: green. Hex color #469A4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469A4C is #B965B3. Grayscale: #787878. Windows color (decimal): -12150196 or 5020230. OLE color: 5020230.
HSL color Cylindrical-coordinate representation of color #469A4C: hue angle of 124.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469A4C is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 154 | 76 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.40 |
| HSL | 124.29º | 0.38% | 0.44% | - |
| HSV(B) | 124.29º | 0.55% | 0.6% | - |
| XYZ | 15.39 | 24.94 | 10.84 | - |
| YUV | 119.99 | 103.17 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 154 | 76 | 0.55 | 0 | 0.51 | 0.40 | 124.29 | 0.38 | 0.44 |
| Hex | 46 | 9A | 4C | 37 | 0 | 33 | 28 | 7C | 26 | 2C |
| Octal | 106 | 232 | 114 | 67 | 0 | 63 | 50 | 174 | 46 | 54 |
| Binary | 1000110 | 10011010 | 1001100 | 110111 | 0 | 110011 | 101000 | 1111100 | 100110 | 101100 |
Color Harmonies of #469A4C
Complementary color
Monochromatic Colors of #469A4C
Black with #469A4C
Text Example
Text Example
White with #469A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469A4C; }
p { color: rgb(70,154,76); }
H1.HeaderClassName
{
color: #469A4C;
}
.AnyTagClassName
{
color: #469A4C;
}
</style>
background-color css
<style>
a { background-color: #469A4C; }
a { background-color: rgb(70,154,76); }
div.DivClassName
{
background-color: #469A4C;
}
.BgClassName
{
background-color: #469A4C;
}
</style>
border-color css
<style>
span { border-color: #469A4C; }
span { border-color: rgb(70,154,76); }
td.TdClassName
{
border-color: #469A4C;
}
.TagClassName
{
border-color: #469A4C;
}
</style>