Shades of Fruit Salad #45A047
Tints of Fruit Salad #45A047
RGB
CMYK
RGB Variations
Color information
#45A047 (or 0x45A047) is known color: Fruit Salad. HEX triplet: 45, A0 and 47. RGB value is (69,160,71). Sum of RGB (Red+Green+Blue) = 69+160+71=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 160 (62.89% from 255 or 53.33% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 160 - color contains mainly: green. Hex color #45A047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45A047 is #BA5FB8. Grayscale: #7A7A7A. Windows color (decimal): -12214201 or 4694085. OLE color: 4694085.
HSL color Cylindrical-coordinate representation of color #45A047: hue angle of 121.32º 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 #45A047 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 160 | 71 | - |
| CMYK | 0.57 | 0 | 0.56 | 0.37 |
| HSL | 121.32º | 0.4% | 0.45% | - |
| HSV(B) | 121.32º | 0.57% | 0.63% | - |
| XYZ | 16.16 | 26.86 | 10.29 | - |
| YUV | 122.65 | 98.85 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 160 | 71 | 0.57 | 0 | 0.56 | 0.37 | 121.32 | 0.4 | 0.45 |
| Hex | 45 | A0 | 47 | 39 | 0 | 38 | 25 | 79 | 28 | 2D |
| Octal | 105 | 240 | 107 | 71 | 0 | 70 | 45 | 171 | 50 | 55 |
| Binary | 1000101 | 10100000 | 1000111 | 111001 | 0 | 111000 | 100101 | 1111001 | 101000 | 101101 |
Color Harmonies of #45A047
Complementary color
Monochromatic Colors of #45A047
Black with #45A047
Text Example
Text Example
White with #45A047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A047; }
p { color: rgb(69,160,71); }
H1.HeaderClassName
{
color: #45A047;
}
.AnyTagClassName
{
color: #45A047;
}
</style>
background-color css
<style>
a { background-color: #45A047; }
a { background-color: rgb(69,160,71); }
div.DivClassName
{
background-color: #45A047;
}
.BgClassName
{
background-color: #45A047;
}
</style>
border-color css
<style>
span { border-color: #45A047; }
span { border-color: rgb(69,160,71); }
td.TdClassName
{
border-color: #45A047;
}
.TagClassName
{
border-color: #45A047;
}
</style>