Shades of Fruit Salad #459D49
Tints of Fruit Salad #459D49
RGB
CMYK
RGB Variations
Color information
#459D49 (or 0x459D49) is known color: Fruit Salad. HEX triplet: 45, 9D and 49. RGB value is (69,157,73). Sum of RGB (Red+Green+Blue) = 69+157+73=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 157 (61.72% from 255 or 52.51% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 157 - color contains mainly: green. Hex color #459D49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459D49 is #BA62B6. Grayscale: #797979. Windows color (decimal): -12214967 or 4824389. OLE color: 4824389.
HSL color Cylindrical-coordinate representation of color #459D49: hue angle of 122.73º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459D49 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 157 | 73 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.38 |
| HSL | 122.73º | 0.39% | 0.44% | - |
| HSV(B) | 122.73º | 0.56% | 0.62% | - |
| XYZ | 15.71 | 25.86 | 10.47 | - |
| YUV | 121.11 | 100.85 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 73 | 0.56 | 0 | 0.54 | 0.38 | 122.73 | 0.39 | 0.44 |
| Hex | 45 | 9D | 49 | 38 | 0 | 36 | 26 | 7B | 27 | 2C |
| Octal | 105 | 235 | 111 | 70 | 0 | 66 | 46 | 173 | 47 | 54 |
| Binary | 1000101 | 10011101 | 1001001 | 111000 | 0 | 110110 | 100110 | 1111011 | 100111 | 101100 |
Color Harmonies of #459D49
Complementary color
Monochromatic Colors of #459D49
Black with #459D49
Text Example
Text Example
White with #459D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459D49; }
p { color: rgb(69,157,73); }
H1.HeaderClassName
{
color: #459D49;
}
.AnyTagClassName
{
color: #459D49;
}
</style>
background-color css
<style>
a { background-color: #459D49; }
a { background-color: rgb(69,157,73); }
div.DivClassName
{
background-color: #459D49;
}
.BgClassName
{
background-color: #459D49;
}
</style>
border-color css
<style>
span { border-color: #459D49; }
span { border-color: rgb(69,157,73); }
td.TdClassName
{
border-color: #459D49;
}
.TagClassName
{
border-color: #459D49;
}
</style>