Shades of Fruit Salad #45A049
Tints of Fruit Salad #45A049
RGB
CMYK
RGB Variations
Color information
#45A049 (or 0x45A049) is known color: Fruit Salad. HEX triplet: 45, A0 and 49. RGB value is (69,160,73). Sum of RGB (Red+Green+Blue) = 69+160+73=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #45A049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45A049 is #BA5FB6. Grayscale: #7B7B7B. Windows color (decimal): -12214199 or 4825157. OLE color: 4825157.
HSL color Cylindrical-coordinate representation of color #45A049: hue angle of 122.64º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45A049 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 160 | 73 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.37 |
| HSL | 122.64º | 0.4% | 0.45% | - |
| HSV(B) | 122.64º | 0.57% | 0.63% | - |
| XYZ | 16.23 | 26.89 | 10.64 | - |
| YUV | 122.87 | 99.85 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 160 | 73 | 0.57 | 0 | 0.54 | 0.37 | 122.64 | 0.4 | 0.45 |
| Hex | 45 | A0 | 49 | 39 | 0 | 36 | 25 | 7B | 28 | 2D |
| Octal | 105 | 240 | 111 | 71 | 0 | 66 | 45 | 173 | 50 | 55 |
| Binary | 1000101 | 10100000 | 1001001 | 111001 | 0 | 110110 | 100101 | 1111011 | 101000 | 101101 |
Color Harmonies of #45A049
Complementary color
Monochromatic Colors of #45A049
Black with #45A049
Text Example
Text Example
White with #45A049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A049; }
p { color: rgb(69,160,73); }
H1.HeaderClassName
{
color: #45A049;
}
.AnyTagClassName
{
color: #45A049;
}
</style>
background-color css
<style>
a { background-color: #45A049; }
a { background-color: rgb(69,160,73); }
div.DivClassName
{
background-color: #45A049;
}
.BgClassName
{
background-color: #45A049;
}
</style>
border-color css
<style>
span { border-color: #45A049; }
span { border-color: rgb(69,160,73); }
td.TdClassName
{
border-color: #45A049;
}
.TagClassName
{
border-color: #45A049;
}
</style>