Shades of Fruit Salad #469C53
Tints of Fruit Salad #469C53
RGB
CMYK
RGB Variations
Color information
#469C53 (or 0x469C53) is known color: Fruit Salad. HEX triplet: 46, 9C and 53. RGB value is (70,156,83). Sum of RGB (Red+Green+Blue) = 70+156+83=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #469C53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C53 is #B963AC. Grayscale: #7A7A7A. Windows color (decimal): -12149677 or 5479494. OLE color: 5479494.
HSL color Cylindrical-coordinate representation of color #469C53: hue angle of 129.07º 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 #469C53 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 156 | 83 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.39 |
| HSL | 129.07º | 0.38% | 0.44% | - |
| HSV(B) | 129.07º | 0.55% | 0.61% | - |
| XYZ | 15.98 | 25.7 | 12.3 | - |
| YUV | 121.96 | 106.01 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 83 | 0.55 | 0 | 0.47 | 0.39 | 129.07 | 0.38 | 0.44 |
| Hex | 46 | 9C | 53 | 37 | 0 | 2F | 27 | 81 | 26 | 2C |
| Octal | 106 | 234 | 123 | 67 | 0 | 57 | 47 | 201 | 46 | 54 |
| Binary | 1000110 | 10011100 | 1010011 | 110111 | 0 | 101111 | 100111 | 10000001 | 100110 | 101100 |
Color Harmonies of #469C53
Complementary color
Monochromatic Colors of #469C53
Black with #469C53
Text Example
Text Example
White with #469C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469C53; }
p { color: rgb(70,156,83); }
H1.HeaderClassName
{
color: #469C53;
}
.AnyTagClassName
{
color: #469C53;
}
</style>
background-color css
<style>
a { background-color: #469C53; }
a { background-color: rgb(70,156,83); }
div.DivClassName
{
background-color: #469C53;
}
.BgClassName
{
background-color: #469C53;
}
</style>
border-color css
<style>
span { border-color: #469C53; }
span { border-color: rgb(70,156,83); }
td.TdClassName
{
border-color: #469C53;
}
.TagClassName
{
border-color: #469C53;
}
</style>