Shades of Fruit Salad #45A148
Tints of Fruit Salad #45A148
RGB
CMYK
RGB Variations
Color information
#45A148 (or 0x45A148) is known color: Fruit Salad. HEX triplet: 45, A1 and 48. RGB value is (69,161,72). Sum of RGB (Red+Green+Blue) = 69+161+72=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #45A148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45A148 is #BA5EB7. Grayscale: #7B7B7B. Windows color (decimal): -12213944 or 4759877. OLE color: 4759877.
HSL color Cylindrical-coordinate representation of color #45A148: hue angle of 121.96º 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 #45A148 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 161 | 72 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.37 |
| HSL | 121.96º | 0.4% | 0.45% | - |
| HSV(B) | 121.96º | 0.57% | 0.63% | - |
| XYZ | 16.37 | 27.22 | 10.52 | - |
| YUV | 123.35 | 99.02 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 161 | 72 | 0.57 | 0 | 0.55 | 0.37 | 121.96 | 0.4 | 0.45 |
| Hex | 45 | A1 | 48 | 39 | 0 | 37 | 25 | 7A | 28 | 2D |
| Octal | 105 | 241 | 110 | 71 | 0 | 67 | 45 | 172 | 50 | 55 |
| Binary | 1000101 | 10100001 | 1001000 | 111001 | 0 | 110111 | 100101 | 1111010 | 101000 | 101101 |
Color Harmonies of #45A148
Complementary color
Monochromatic Colors of #45A148
Black with #45A148
Text Example
Text Example
White with #45A148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A148; }
p { color: rgb(69,161,72); }
H1.HeaderClassName
{
color: #45A148;
}
.AnyTagClassName
{
color: #45A148;
}
</style>
background-color css
<style>
a { background-color: #45A148; }
a { background-color: rgb(69,161,72); }
div.DivClassName
{
background-color: #45A148;
}
.BgClassName
{
background-color: #45A148;
}
</style>
border-color css
<style>
span { border-color: #45A148; }
span { border-color: rgb(69,161,72); }
td.TdClassName
{
border-color: #45A148;
}
.TagClassName
{
border-color: #45A148;
}
</style>