Shades of Fruit Salad #469C4A
Tints of Fruit Salad #469C4A
RGB
CMYK
RGB Variations
Color information
#469C4A (or 0x469C4A) is known color: Fruit Salad. HEX triplet: 46, 9C and 4A. RGB value is (70,156,74). Sum of RGB (Red+Green+Blue) = 70+156+74=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 156 (61.33% from 255 or 52% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 156 - color contains mainly: green. Hex color #469C4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469C4A is #B963B5. Grayscale: #797979. Windows color (decimal): -12149686 or 4889670. OLE color: 4889670.
HSL color Cylindrical-coordinate representation of color #469C4A: hue angle of 122.79º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469C4A is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 156 | 74 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.39 |
| HSL | 122.79º | 0.38% | 0.44% | - |
| HSV(B) | 122.79º | 0.55% | 0.61% | - |
| XYZ | 15.65 | 25.57 | 10.59 | - |
| YUV | 120.94 | 101.51 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 74 | 0.55 | 0 | 0.53 | 0.39 | 122.79 | 0.38 | 0.44 |
| Hex | 46 | 9C | 4A | 37 | 0 | 35 | 27 | 7B | 26 | 2C |
| Octal | 106 | 234 | 112 | 67 | 0 | 65 | 47 | 173 | 46 | 54 |
| Binary | 1000110 | 10011100 | 1001010 | 110111 | 0 | 110101 | 100111 | 1111011 | 100110 | 101100 |
Color Harmonies of #469C4A
Complementary color
Monochromatic Colors of #469C4A
Black with #469C4A
Text Example
Text Example
White with #469C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469C4A; }
p { color: rgb(70,156,74); }
H1.HeaderClassName
{
color: #469C4A;
}
.AnyTagClassName
{
color: #469C4A;
}
</style>
background-color css
<style>
a { background-color: #469C4A; }
a { background-color: rgb(70,156,74); }
div.DivClassName
{
background-color: #469C4A;
}
.BgClassName
{
background-color: #469C4A;
}
</style>
border-color css
<style>
span { border-color: #469C4A; }
span { border-color: rgb(70,156,74); }
td.TdClassName
{
border-color: #469C4A;
}
.TagClassName
{
border-color: #469C4A;
}
</style>