Shades of Fruit Salad #459C49
Tints of Fruit Salad #459C49
RGB
CMYK
RGB Variations
Color information
#459C49 (or 0x459C49) is known color: Fruit Salad. HEX triplet: 45, 9C and 49. RGB value is (69,156,73). Sum of RGB (Red+Green+Blue) = 69+156+73=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 156 (61.33% from 255 or 52.35% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 156 - color contains mainly: green. Hex color #459C49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459C49 is #BA63B6. Grayscale: #787878. Windows color (decimal): -12215223 or 4824133. OLE color: 4824133.
HSL color Cylindrical-coordinate representation of color #459C49: hue angle of 122.76º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459C49 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 156 | 73 | - |
| CMYK | 0.56 | 0 | 0.53 | 0.39 |
| HSL | 122.76º | 0.39% | 0.44% | - |
| HSV(B) | 122.76º | 0.56% | 0.61% | - |
| XYZ | 15.55 | 25.52 | 10.41 | - |
| YUV | 120.53 | 101.18 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 156 | 73 | 0.56 | 0 | 0.53 | 0.39 | 122.76 | 0.39 | 0.44 |
| Hex | 45 | 9C | 49 | 38 | 0 | 35 | 27 | 7B | 27 | 2C |
| Octal | 105 | 234 | 111 | 70 | 0 | 65 | 47 | 173 | 47 | 54 |
| Binary | 1000101 | 10011100 | 1001001 | 111000 | 0 | 110101 | 100111 | 1111011 | 100111 | 101100 |
Color Harmonies of #459C49
Complementary color
Monochromatic Colors of #459C49
Black with #459C49
Text Example
Text Example
White with #459C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459C49; }
p { color: rgb(69,156,73); }
H1.HeaderClassName
{
color: #459C49;
}
.AnyTagClassName
{
color: #459C49;
}
</style>
background-color css
<style>
a { background-color: #459C49; }
a { background-color: rgb(69,156,73); }
div.DivClassName
{
background-color: #459C49;
}
.BgClassName
{
background-color: #459C49;
}
</style>
border-color css
<style>
span { border-color: #459C49; }
span { border-color: rgb(69,156,73); }
td.TdClassName
{
border-color: #459C49;
}
.TagClassName
{
border-color: #459C49;
}
</style>